GetProcessBaseSize

Procs.dll

GetProcessBaseSize

BOOL GetProcessBaseSize( DWORD dwPID,
DWORD *dwImageBase,
DWORD *dwImageSize
);

Parameters:
dwPID
Process ID of the target process.

dwImageBase
Pointer to a DWORD variable to receive the ImageBase of the specified process.

dwImageSize
Pointer to a DWORD variable to receive the SizeOfImage of the specified process.

Return values:
If an error occurres then FALSE will be returned. If the function succeeds TRUE will be returned.