Returns a module handle for the specified RSL if the file maps into the calling process' address space.
HMODULE GetModuleHandle(
LPCTSTR lpModuleName
);
lpModuleName 
This function is implemented via the INtime GetRtModuleHandle function.
| 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.