INtime SDK Help
GetModuleHandle (iwin32)
INtime SDK v7.1 > About INtime > Alternate APIs > iwin32 API > iwin32 API > GetModuleHandle (iwin32)

Returns a module handle for the specified RSL if the file maps into the calling process' address space.

HMODULE GetModuleHandle(

LPCTSTR lpModuleName
);

Parameters

lpModuleName
Pointer to a null-terminated string that contains the module name, which must be a RSL file. It should not include path information.

Remarks

This function is implemented via the INtime GetRtModuleHandle function.

Return Values

Handle to specified module
Success.
NULL
Failure. For extended error information, see GetLastError.

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/rt/include/winbase.h windows.h iwin32.lib

Note

This function operates in the real-time portion of your application.

See Also

Shared Libraries