Process Hacker
sessshad.c File Reference
#include <phapp.h>
#include <settings.h>
#include <windowsx.h>
#include <winsta.h>

Go to the source code of this file.

Macros

#define SIP(String, Integer)   { (String), (PVOID)(Integer) }
 

Functions

INT_PTR CALLBACK PhpSessionShadowDlgProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam)
 
VOID PhShowSessionShadowDialog (_In_ HWND ParentWindowHandle, _In_ ULONG SessionId)
 

Macro Definition Documentation

#define SIP (   String,
  Integer 
)    { (String), (PVOID)(Integer) }

Definition at line 28 of file sessshad.c.

Function Documentation

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

Definition at line 126 of file sessshad.c.

VOID PhShowSessionShadowDialog ( _In_ HWND  ParentWindowHandle,
_In_ ULONG  SessionId 
)

Definition at line 106 of file sessshad.c.