Home | History | Annotate | Download | only in dist

Lines Matching refs:hmod

21090   HMODULE hmod;
21093 rc = DosLoadModule((PSZ)loadErr, sizeof(loadErr), zFilenameCp, &hmod);
21095 return rc != NO_ERROR ? 0 : (void*)hmod;