Searched refs:GetModuleHandleFunc (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/tools/attach/
H A DWindowsVirtualMachine.c35 typedef HINSTANCE (WINAPI* GetModuleHandleFunc) (LPCTSTR); typedef
41 static GetModuleHandleFunc _GetModuleHandle;
73 GetModuleHandleFunc _GetModuleHandle;
135 _GetModuleHandle = (GetModuleHandleFunc)GetModuleHandle;

Completed in 34 milliseconds