Searched defs:GetProc (Results 1 – 4 of 4) sorted by relevance
86 void* DynamicLib::GetProc(const std::string& procName, std::string* error) const { in GetProc() function in DynamicLib
52 void *GetProc(LPCSTR procName) const { return My_GetProcAddress(_module, procName); } in GetProc() function
182 void * CLibrary::GetProc(LPCSTR procName) const in GetProc() function in NWindows::NDLL::CLibrary
29 static bool GetProc(PFNGETPROCPROC getProc, T *member, const char *name) in GetProc() function