Home
last modified time | relevance | path

Searched refs:hinst (Results 1 – 4 of 4) 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.c135 DllMain(HINSTANCE hinst, /* I - DLL module handle */ in DllMain() argument
142 (void)hinst; in DllMain()
/external/webrtc/webrtc/modules/video_render/test/testAPI/
DtestAPI.cc111 HINSTANCE hinst = GetModuleHandle(0); in WebRtcCreateWindow() local
113 wcx.hInstance = hinst; in WebRtcCreateWindow()
146 hinst, // instance handle in WebRtcCreateWindow()
/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()