The GetModuleSizeEx returns the size of a library or executable inside the target process.
function GetModuleSizeEx( dwProcessID: DWord; dwModuleHandle: DWord ): DWord; stdcall;
-
If the function succeeds, the return value is the size of the library / executable inside the target process.
If the function fails, the return value is 0.
Requirements
| Client | Requires Windows XP, Windows 2000 Professional, Windows NT Workstation, Windows Me, Windows 98, or Windows 95. |
|---|---|
| Header |
Declared in uallKernel.pas |