Searched refs:hmodule (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dcatalog.c3122 void* hmodule; local
3123 hmodule = GetModuleHandleA("libxml2.dll");
3124 if (hmodule == NULL)
3125 hmodule = GetModuleHandleA(NULL);
3126 if (hmodule != NULL) {
3128 unsigned long len = GetModuleFileNameA(hmodule, buf, 255);

Completed in 80 milliseconds