Process Hacker
about.c File Reference
#include <phapp.h>
#include <phappres.h>
#include <symprv.h>

Go to the source code of this file.

Macros

#define OBJECT_TYPE_COUNT(Type)
 

Functions

VOID PhShowAboutDialog (_In_ HWND ParentWindowHandle)
 
FORCEINLINE ULONG PhpGetObjectTypeObjectCount (_In_ PPH_OBJECT_TYPE ObjectType)
 
PPH_STRING PhGetDiagnosticsString (VOID)
 

Macro Definition Documentation

#define OBJECT_TYPE_COUNT (   Type)
Value:
PhAppendFormatStringBuilder(&stringBuilder, \
L#Type L": %u objects\r\n", PhpGetObjectTypeObjectCount(Type))

Function Documentation

PPH_STRING PhGetDiagnosticsString ( VOID  )

Definition at line 141 of file about.c.

FORCEINLINE ULONG PhpGetObjectTypeObjectCount ( _In_ PPH_OBJECT_TYPE  ObjectType)

Definition at line 130 of file about.c.

VOID PhShowAboutDialog ( _In_ HWND  ParentWindowHandle)

Definition at line 118 of file about.c.