Lines Matching refs:_hBAFModule
2747 _hBAFModule = ::LoadLibraryW(sczBafPath); in LoadBootstrapperBAFunctions()
2748 if (_hBAFModule) { in LoadBootstrapperBAFunctions()
2749 …reinterpret_cast<PFN_BOOTSTRAPPER_BA_FUNCTION_CREATE>(::GetProcAddress(_hBAFModule, "CreateBootstr… in LoadBootstrapperBAFunctions()
2752 hr = pfnBAFunctionCreate(_engine, _hBAFModule, &_baFunction); in LoadBootstrapperBAFunctions()
2762 if (_hBAFModule && !_baFunction) { in LoadBootstrapperBAFunctions()
2763 ::FreeLibrary(_hBAFModule); in LoadBootstrapperBAFunctions()
2764 _hBAFModule = nullptr; in LoadBootstrapperBAFunctions()
3150 _hBAFModule = nullptr; in PythonBootstrapperApplication()
3174 if (_hBAFModule) { in ~PythonBootstrapperApplication()
3175 ::FreeLibrary(_hBAFModule); in ~PythonBootstrapperApplication()
3176 _hBAFModule = nullptr; in ~PythonBootstrapperApplication()
3231 HMODULE _hBAFModule; member in PythonBootstrapperApplication