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

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 |
Definition in file 32to64.cpp.
| ULONGLONG Call64BitKDCLIENT | ( | KDClientCommand | cmd, | |
| unsigned | PID, | |||
| LPWSTR | lpStringResult, | |||
| size_t | StringSize | |||
| ) |
Definition at line 30 of file 32to64.cpp.
| 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.