Home | History | Annotate | Download | only in libxml2

Lines Matching refs:GetModuleFileNameA

83 #define GetModuleFileNameA GetModuleFileName
86 unsigned long __stdcall GetModuleFileNameA(void*, char*, unsigned long);
3130 unsigned long len = GetModuleFileNameA(hmodule, buf, 255);