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

/macosx-10.9.5/CF-855.17/
H A DCFBundle_Internal.h130 HMODULE _hModule; member in struct:__CFBundle
H A DCFBundle.c1170 bundle->_hModule = NULL;
4528 bundle->_hModule = LoadLibraryW(buff);
4529 if (bundle->_hModule) {
4553 FreeLibrary(bundle->_hModule);
4554 bundle->_hModule = NULL;
4562 if (CFStringGetCString(symbolName, buff, 1024, kCFStringEncodingWindowsLatin1)) result = GetProcAddress(bundle->_hModule, buff);

Completed in 191 milliseconds