Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/msi/bundle/bootstrap/
Dpythonba.cpp16 static HINSTANCE vhInstance = NULL; variable
28 vhInstance = hInstance; in DllMain()
32 vhInstance = NULL; in DllMain()
50 hr = CreateBootstrapperApplication(vhInstance, FALSE, S_OK, pEngine, pCommand, ppApplication); in BootstrapperApplicationCreate()