Go to the source code of this file.
Enumerations | |
enum | KDClientCommand { kGetVMSessionName = 1, kIsSessionPatched, kStartVMSessionPatching, kStartVMSessionUnpatching, kPatchAndWait, kUnpatchAndWait } |
Functions | |
ULONGLONG | Call64BitKDCLIENT (KDClientCommand cmd, unsigned PID, LPWSTR lpStringResult=NULL, size_t StringSize=0) |
void | KdClient32To64Entry () |
Called by 64-bit RUNDLL32.EXE to perform 64-bit operation from 32-bit DLL. |
Definition in file 32to64.h.
enum KDClientCommand |
ULONGLONG Call64BitKDCLIENT | ( | KDClientCommand | cmd, | |
unsigned | PID, | |||
LPWSTR | lpStringResult = NULL , |
|||
size_t | StringSize = 0 | |||
) |
Definition at line 30 of file 32to64.cpp.
void KdClient32To64Entry | ( | ) |
Called by 64-bit RUNDLL32.EXE to perform 64-bit operation from 32-bit DLL.