INtime SDK Help
MODULEINFO structure

Syntax

typedef struct tagModuleInfo {
    LPVOID lpLoadAddress;
    DWORD cbSizeOfImage;
    LPVOID lpEntry;
} MODULEINFO, *LPMODULEINFO;

Fields

lpLoadAddress
The load address of the module.
cbSizeOfImage
The size of the linear space that the module occupies, in bytes.
lpEntry
The module entry point address.
See Also