The GetModuleHandle function returns a module handle for the specified module if the file has been mapped into the address space of the calling process.
Code:
HMODULE GetModuleHandle(
LPCTSTR lpModuleName // address of module name to return handle
// for
);
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.