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

Contains implementation for 32-to-64 call interface functions. More...

#include "stdafx.h"
#include "32to64.h"
#include <bzscmn/cmndef.h>
#include <bzswin/wow64.h>
#include <shellapi.h>
#include "patchapi.h"

Include dependency graph for 32to64.cpp:

Go to the source code of this file.

Classes

struct  PipeMessage

Functions

ULONGLONG Call64BitKDCLIENT (KDClientCommand cmd, unsigned PID, LPWSTR lpStringResult, size_t StringSize)

Variables

HMODULE g_hThisDll
static const TCHAR tszPipeFmt [] = _T("\\\\.\\pipe\\KDCLIENT_32TO64PIPE_%X")
static bool s_bUserWarned = false


Detailed Description

Contains implementation for 32-to-64 call interface functions.

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

Definition in file 32to64.cpp.


Function Documentation

ULONGLONG Call64BitKDCLIENT ( KDClientCommand  cmd,
unsigned  PID,
LPWSTR  lpStringResult,
size_t  StringSize 
)

Definition at line 30 of file 32to64.cpp.


Variable Documentation

HMODULE g_hThisDll

Definition at line 12 of file dllmain.cpp.

bool s_bUserWarned = false [static]

Definition at line 28 of file 32to64.cpp.

const TCHAR tszPipeFmt[] = _T("\\\\.\\pipe\\KDCLIENT_32TO64PIPE_%X") [static]

Definition at line 17 of file 32to64.cpp.