Process Hacker
itemtips.c File Reference
#include <phapp.h>
#include <phplug.h>
#include <verify.h>
#include <taskschd.h>

Go to the source code of this file.

Macros

#define CINTERFACE
 
#define COBJMACROS
 

Functions

VOID PhpFillUmdfDrivers (_In_ PPH_PROCESS_ITEM Process, _Inout_ PPH_STRING_BUILDER Drivers)
 
VOID PhpFillRunningTasks (_In_ PPH_PROCESS_ITEM Process, _Inout_ PPH_STRING_BUILDER Tasks)
 
VOID PhpAppendStringWithLineBreaks (_Inout_ PPH_STRING_BUILDER StringBuilder, _In_ PPH_STRINGREF String, _In_ ULONG CharactersPerLine, _In_opt_ PPH_STRINGREF IndentAfterFirstLine)
 
PPH_STRING PhGetProcessTooltipText (_In_ PPH_PROCESS_ITEM Process, _Out_opt_ PULONG ValidToTickCount)
 
PPH_STRING PhGetServiceTooltipText (_In_ PPH_SERVICE_ITEM Service)
 

Macro Definition Documentation

#define CINTERFACE

Definition at line 26 of file itemtips.c.

#define COBJMACROS

Definition at line 27 of file itemtips.c.

Function Documentation

PPH_STRING PhGetProcessTooltipText ( _In_ PPH_PROCESS_ITEM  Process,
_Out_opt_ PULONG  ValidToTickCount 
)

Definition at line 90 of file itemtips.c.

PPH_STRING PhGetServiceTooltipText ( _In_ PPH_SERVICE_ITEM  Service)

Definition at line 633 of file itemtips.c.

VOID PhpAppendStringWithLineBreaks ( _Inout_ PPH_STRING_BUILDER  StringBuilder,
_In_ PPH_STRINGREF  String,
_In_ ULONG  CharactersPerLine,
_In_opt_ PPH_STRINGREF  IndentAfterFirstLine 
)

Definition at line 42 of file itemtips.c.

VOID PhpFillRunningTasks ( _In_ PPH_PROCESS_ITEM  Process,
_Inout_ PPH_STRING_BUILDER  Tasks 
)

Definition at line 550 of file itemtips.c.

VOID PhpFillUmdfDrivers ( _In_ PPH_PROCESS_ITEM  Process,
_Inout_ PPH_STRING_BUILDER  Drivers 
)

Definition at line 430 of file itemtips.c.