Lines Matching refs:_hBAFModule
2732 _hBAFModule = ::LoadLibraryW(sczBafPath); in LoadBootstrapperBAFunctions()
2733 if (_hBAFModule) { in LoadBootstrapperBAFunctions()
2734 …reinterpret_cast<PFN_BOOTSTRAPPER_BA_FUNCTION_CREATE>(::GetProcAddress(_hBAFModule, "CreateBootstr… in LoadBootstrapperBAFunctions()
2737 hr = pfnBAFunctionCreate(_engine, _hBAFModule, &_baFunction); in LoadBootstrapperBAFunctions()
2747 if (_hBAFModule && !_baFunction) { in LoadBootstrapperBAFunctions()
2748 ::FreeLibrary(_hBAFModule); in LoadBootstrapperBAFunctions()
2749 _hBAFModule = nullptr; in LoadBootstrapperBAFunctions()
3129 _hBAFModule = nullptr; in PythonBootstrapperApplication()
3153 if (_hBAFModule) { in ~PythonBootstrapperApplication()
3154 ::FreeLibrary(_hBAFModule); in ~PythonBootstrapperApplication()
3155 _hBAFModule = nullptr; in ~PythonBootstrapperApplication()
3210 HMODULE _hBAFModule; member in PythonBootstrapperApplication