Home
last modified time | relevance | path

Searched refs:pfnBAFunctionCreate (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp2734 …auto pfnBAFunctionCreate = reinterpret_cast<PFN_BOOTSTRAPPER_BA_FUNCTION_CREATE>(::GetProcAddress(… in LoadBootstrapperBAFunctions() local
2735 …BalExitOnNullWithLastError1(pfnBAFunctionCreate, hr, "Failed to get CreateBootstrapperBAFunction e… in LoadBootstrapperBAFunctions()
2737 hr = pfnBAFunctionCreate(_engine, _hBAFModule, &_baFunction); in LoadBootstrapperBAFunctions()