Process Hacker
sessmsg.c File Reference
#include <phapp.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 PhpSessionSendMessageDlgProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam)
 
VOID PhShowSessionSendMessageDialog (_In_ HWND ParentWindowHandle, _In_ ULONG SessionId)
 

Macro Definition Documentation

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

Definition at line 27 of file sessmsg.c.

Function Documentation

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

Definition at line 59 of file sessmsg.c.

VOID PhShowSessionSendMessageDialog ( _In_ HWND  ParentWindowHandle,
_In_ ULONG  SessionId 
)

Definition at line 45 of file sessmsg.c.