HomeSort by relevance Sort by last modified time
    Searched refs:HINSTANCE (Results 26 - 50 of 219) sorted by null

12 3 4 5 6 7 8 9

  /external/skqp/tools/sk_app/win/
main_win.cpp 32 static int main_common(HINSTANCE hInstance, int show, int argc, char**argv);
34 int APIENTRY _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine,
50 int result = main_common(hInstance, nCmdShow, argc, argv);
61 static int main_common(HINSTANCE hInstance, int show, int argc, char**argv) {
63 Application* app = Application::Create(argc, argv, (void*)hInstance);
  /external/lzma/CPP/7zip/Archive/
DllExports2.cpp 25 HINSTANCE g_hInstance;
35 HINSTANCE
37 hInstance, DWORD dwReason, LPVOID /*lpReserved*/)
42 g_hInstance = (HINSTANCE)hInstance;
  /external/python/cpython2/PC/
frozen_dllmain.c 43 BOOL WINAPI DLLMAIN(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
88 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
118 BOOL (WINAPI * pfndllmain)(HINSTANCE, DWORD, LPVOID);
125 pfndllmain = (BOOL (WINAPI *)(HINSTANCE, DWORD, LPVOID))GetProcAddress(hmod, funcName);
  /external/python/cpython3/PC/
frozen_dllmain.c 43 BOOL WINAPI DLLMAIN(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
88 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
118 BOOL (WINAPI * pfndllmain)(HINSTANCE, DWORD, LPVOID);
125 pfndllmain = (BOOL (WINAPI *)(HINSTANCE, DWORD, LPVOID))GetProcAddress(hmod, funcName);
  /external/webrtc/webrtc/base/
win32window.h 50 static HINSTANCE instance_;
  /external/lzma/CPP/Windows/Control/
Window2.h 20 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance);
25 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance);
  /external/webrtc/webrtc/examples/peerconnection/client/
main.cc 20 int PASCAL wWinMain(HINSTANCE instance, HINSTANCE prev_instance,
  /external/wpa_supplicant_8/wpa_supplicant/
main_winmain.c 21 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
  /external/deqp/framework/platform/win32/
tcuWin32VulkanPlatform.cpp 48 DE_STATIC_ASSERT(sizeof(vk::pt::Win32InstanceHandle) == sizeof(HINSTANCE));
72 VulkanDisplay (HINSTANCE instance)
79 const HINSTANCE instance = (HINSTANCE)m_native.internal;
110 VulkanPlatform::VulkanPlatform (HINSTANCE instance)
tcuWGLContextFactory.cpp 68 WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const glu::RenderConfig& config);
93 WGLContext::WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const glu::RenderConfig& config)
170 ContextFactory::ContextFactory (HINSTANCE instance)
  /external/lzma/CPP/7zip/Bundles/SFXWin/
SfxWin.cpp 37 HINSTANCE g_hInstance;
46 HINSTANCE hinstDll = LoadLibrary(dllName);
211 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE /* hPrevInstance */,
219 g_hInstance = (HINSTANCE)hInstance;
  /external/google-breakpad/src/client/windows/tests/crash_generation_app/
crash_generation_app.cc 67 HINSTANCE current_instance; // Current instance.
71 ATOM MyRegisterClass(HINSTANCE instance);
72 BOOL InitInstance(HINSTANCE, int);
92 ATOM MyRegisterClass(HINSTANCE instance) {
99 wcex.hInstance = instance;
106 wcex.hIconSm = LoadIcon(wcex.hInstance, MAKEINTRESOURCE(IDI_SMALL));
115 BOOL InitInstance(HINSTANCE instance, int command_show) {
366 HINSTANCE instance = (HINSTANCE)GetWindowLongPtr(wnd, GWLP_HINSTANCE);
468 int APIENTRY _tWinMain(HINSTANCE instance
    [all...]
  /external/icu/icu4c/source/common/
ucln_imp.h 136 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
  /external/vulkan-validation-layers/demos/smoke/
ShellWin32.h 48 HINSTANCE hinstance_;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapiwz.h 28 typedef ULONG (WINAPI WIZARDENTRY)(HINSTANCE hProviderDLLInstance,LPTSTR *lppcsResourceName,DLGPROC *lppDlgProc,LPMAPIPROP lpMapiProp,LPVOID lpMapiSupportObject);
advpub.h 79 HRESULT WINAPI LaunchINFSectionEx(HWND hwnd,HINSTANCE hInstance,PSTR pszParms,INT nShow);
81 typedef HRESULT (WINAPI *LAUNCHINFSECTIONEX)(HWND hwnd,HINSTANCE hInst,PSTR pszParams,INT nShow);
215 HRESULT WINAPI DelNodeRunDLL32(HWND hwnd,HINSTANCE hInstance,PSTR pszParms,INT nShow);
217 typedef HRESULT (WINAPI *DELNODERUNDLL32)(HWND hwnd,HINSTANCE hInst,PSTR pszParams,INT nShow);
224 INT WINAPI LaunchINFSection(HWND,HINSTANCE,PSTR,INT);
237 typedef HRESULT (WINAPI *USERINSTSTUBWRAPPER)(HWND hwnd,HINSTANCE hInst,PSTR pszParams,INT nShow);
238 typedef HRESULT (WINAPI *USERUNINSTSTUBWRAPPER)(HWND hwnd,HINSTANCE hInst,PSTR pszParams,INT nShow);
240 HRESULT WINAPI UserInstStubWrapper(HWND hwnd,HINSTANCE hInstance,PSTR pszParms,INT nShow)
    [all...]
  /external/mesa3d/src/gallium/targets/libgl-gdi/
libgl_gdi.c 166 DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved);
170 DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
  /external/swiftshader/src/D3D8/
Direct3D8.hpp 31 Direct3D8(int version, const HINSTANCE instance);
60 const HINSTANCE instance;
  /external/swiftshader/src/D3D9/
Direct3D9.hpp 30 Direct3D9(int version, const HINSTANCE instance);
58 const HINSTANCE instance;
D3D9.cpp 132 static void WaitForDebugger(HINSTANCE instance)
146 HINSTANCE dllInstance = 0;
148 int __stdcall DllMain(HINSTANCE instance, unsigned long reason, void *reserved)
158 GTRACE("HINSTANCE instance = 0x%0.8p, unsigned long reason = %d, void *reserved = 0x%0.8p", instance, reason, reserved);
  /external/libmicrohttpd/src/include/
autoinit_funcs.h 208 BOOL WINAPI DllMain(HINSTANCE hinst,DWORD reason,LPVOID unused) \
215 BOOL WINAPI usr_DllMain(HINSTANCE hinst,DWORD reason,LPVOID unused); \
216 BOOL WINAPI DllMain(HINSTANCE hinst,DWORD reason,LPVOID unused) \
  /external/bzip2/
dlltest.c 25 static HINSTANCE BZ2DLLhLib;
28 HINSTANCE hLib;
  /external/jemalloc/src/
tsd.c 132 _tls_callback(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
161 BOOL (WINAPI *const tls_callback)(HINSTANCE hinstDLL,
  /external/clang/tools/libclang/
CIndexer.cpp 59 GetModuleFileNameA((HINSTANCE)mbi.AllocationBase, path, MAX_PATH);
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
SfxSetup.cpp 34 HINSTANCE g_hInstance;
128 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE /* hPrevInstance */,
136 g_hInstance = (HINSTANCE)hInstance;

Completed in 1710 milliseconds

12 3 4 5 6 7 8 9