Lines Matching defs:hmod
24563 HMODULE hmod;24566 rc = DosLoadModule(NULL, 0, (PSZ)zFilenameCp, &hmod);24568 return rc != NO_ERROR ? 0 : (void*)hmod;