Delphi
type HMODULE = Cardinal;
Is a Windows module instance handle.
HMODULE represents a Windows module instance handle. HMODULE is defined for Windows compatibility. It is an alias to the HINST type.