Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/
Dmain.cpp185 wWinMain(HINSTANCE hinst, HINSTANCE, LPWSTR, int nShowCmd) in wWinMain() argument
210 hinst, in wWinMain()
/external/libcups/cups/
Dglobals.c133 DllMain(HINSTANCE hinst, /* I - DLL module handle */ in DllMain() argument
140 (void)hinst; in DllMain()
/external/python/cpython3/PC/
Dpyshellext.cpp594 STDAPI_(BOOL) DllMain(_In_opt_ HINSTANCE hinst, DWORD reason, _In_opt_ void*) { in DllMain() argument
596 hModule = hinst; in DllMain()
607 DisableThreadLibraryCalls(hinst); in DllMain()