Process Hacker
procrec.c File Reference
#include <phapp.h>

Go to the source code of this file.

Typedefs

typedef struct
_PROCESS_RECORD_CONTEXT 
PROCESS_RECORD_CONTEXT
 
typedef struct
_PROCESS_RECORD_CONTEXT * 
PPROCESS_RECORD_CONTEXT
 

Functions

INT_PTR CALLBACK PhpProcessRecordDlgProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam)
 
VOID PhShowProcessRecordDialog (_In_ HWND ParentWindowHandle, _In_ PPH_PROCESS_RECORD Record)
 
PPH_STRING PhpaGetRelativeTimeString (_In_ PLARGE_INTEGER Time)
 
FORCEINLINE PWSTR PhpGetStringOrNa (_In_ PPH_STRING String)
 

Typedef Documentation

typedef struct _PROCESS_RECORD_CONTEXT * PPROCESS_RECORD_CONTEXT
typedef struct _PROCESS_RECORD_CONTEXT PROCESS_RECORD_CONTEXT

Function Documentation

PPH_STRING PhpaGetRelativeTimeString ( _In_ PLARGE_INTEGER  Time)

Definition at line 56 of file procrec.c.

FORCEINLINE PWSTR PhpGetStringOrNa ( _In_ PPH_STRING  String)

Definition at line 76 of file procrec.c.

INT_PTR CALLBACK PhpProcessRecordDlgProc ( _In_ HWND  hwndDlg,
_In_ UINT  uMsg,
_In_ WPARAM  wParam,
_In_ LPARAM  lParam 
)

Definition at line 86 of file procrec.c.

VOID PhShowProcessRecordDialog ( _In_ HWND  ParentWindowHandle,
_In_ PPH_PROCESS_RECORD  Record 
)

Definition at line 38 of file procrec.c.