一个c++代码转换成vb代码的问题
strcat ( szInspectDllPath, "A.dll">\\debug\\B.dll" ) ; 以上代码在vb中如何写?
szInspectDllPath=szInspectDllPath & "A.dll>\debug\B.dll",是否正确?
另外
LPVOID VirtualAllocEx(
HANDLE hProcess, // process within which to allocate memory
LPVOID lpAddress, // desired starting address of allocation
DWORD dwSize, // size, in bytes, of region to allocate
DWORD flAllocationType,
// type of allocation
DWORD flProtect // type of access protection
);
该函数在vb中如何定义?
[此贴子已经被作者于2007-10-23 13:38:32编辑过]