Home | History | Annotate | Download | only in libxml2

Lines Matching defs:hmodule

3121 		void* hmodule;
3122 hmodule = GetModuleHandleA("libxml2.dll");
3123 if (hmodule == NULL)
3124 hmodule = GetModuleHandleA(NULL);
3125 hmodule != NULL) {
3127 unsigned long len = GetModuleFileNameA(hmodule, buf, 255);