Searched refs:_hBAFModule (Results 1 – 1 of 1) sorted by relevance
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()[all …]