Skip to content

Commit c8ffbe8

Browse files
author
FusixGit
committed
Create MemoryVirtual.h
1 parent 3e4fd61 commit c8ffbe8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

MemoryVirtual.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#include "stdafx.h"
2+
#include <windows.h>
3+
4+
BOOL __stdcall Virtual_GetModuleHandleEx(DWORD, void* pModuleName, HMODULE *hModuleRet);
5+
HMODULE __stdcall Virtual_GetModuleHandle(void* pModuleName);
6+
char* __stdcall Virtual_GetCommandLineA();
7+
wchar_t* __stdcall Virtual_GetCommandLineW();
8+
9+
int Virtual_getmainargs(int *_Argc, char ***_Argv, char ***_Env, int _DoWildCard, void * _StartInfo);
10+
int Virtual_wgetmainargs(int *_Argc, wchar_t ***_Argv, wchar_t ***_Env, int _DoWildCard, void * _StartInfo);

0 commit comments

Comments
 (0)