| |
|
|
|
Description:
GetModuleHandle determined the handle of an loaded DLL or the instance-Handleeiner EXE.
Deklaration:
DEF @GetModuleHandle(1) !KERNEL32,GetModuleHandleA
Parameter:
1.Parameter: address one Strings or Memory-Variable with a String, the whom names the loaded DLL or EXE angibt. this Parameter can also 0 his. it'll then the instance-lever the Aufrufenden Prozesses determined.
Return Value:
0 if The DLL not memory is, otherwise the lever the DLL.
Examples:
CompileMarkSeparation |
|
|
|