E:/PROJECTS/cvsed/mixed/VIRTUA~1/kdclient/32to64.h File Reference

Contains declaration for 32-to-64 call interface. More...

This graph shows which files directly or indirectly include this file:

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.


Detailed Description

Contains declaration for 32-to-64 call interface.

Author:
Ivan Shcherbakov (Bazis)
Id
32to64.h,v 1.2 2009/06/06 12:48:44 Administrator Exp

Definition in file 32to64.h.


Enumeration Type Documentation

Enumerator:
kGetVMSessionName 
kIsSessionPatched 
kStartVMSessionPatching 
kStartVMSessionUnpatching 
kPatchAndWait 
kUnpatchAndWait 

Definition at line 9 of file 32to64.h.


Function Documentation

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.