Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/visupng/
A DVisualPng.c79 int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, in WinMain() argument
92 wndclass.hInstance = hInstance; in WinMain()
93 wndclass.hIcon = LoadIcon (hInstance, szIconName) ; in WinMain()
129 NULL, NULL, hInstance, NULL); in WinMain()
134 hAccel = LoadAccelerators (hInstance, szProgName); in WinMain()
150 static HINSTANCE hInstance ; in WndProc() local
180 hInstance = ((LPCREATESTRUCT) lParam)->hInstance ; in WndProc()
400 DialogBox (hInstance, TEXT ("AboutBox"), hwnd, AboutDlgProc) ; in WndProc()
A DPngFile.c57 ofn.hInstance = NULL; in PngFileInitialize()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowswindow.c830 HINSTANCE hInstance = GetModuleHandle(NULL); in SDL_HelperWindowCreate() local
842 wce.hInstance = hInstance; in SDL_HelperWindowCreate()
856 hInstance, NULL); in SDL_HelperWindowCreate()
858 UnregisterClass(SDL_HelperWindowClassName, hInstance); in SDL_HelperWindowCreate()
872 HINSTANCE hInstance = GetModuleHandle(NULL); in SDL_HelperWindowDestroy() local
885 if ((UnregisterClass(SDL_HelperWindowClassName, hInstance)) == 0) { in SDL_HelperWindowDestroy()
A DSDL_windowstaskdialog.h124 HINSTANCE hInstance; // used for MAKEINTRESOURCE() strings member
A DSDL_windowsevents.c1277 wcex.hInstance = SDL_Instance; in SDL_RegisterApp()
/AliOS-Things-master/components/SDL2/test/
A Dtestnativew32.c52 wc.hInstance = GetModuleHandle(NULL); in CreateWindowNative()
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_windowsjoystick.c145 UnregisterClass(data->wincl.lpszClassName, data->wincl.hInstance); in SDL_CleanupDeviceNotification()
162 data->wincl.hInstance = GetModuleHandle(NULL); in SDL_CreateDeviceNotification()
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/
A DSDL_hidapijoystick.c193 SDL_HIDAPI_discovery.m_wndClass.hInstance = GetModuleHandle(NULL); in HIDAPI_InitializeDiscovery()
367 …erClassA(SDL_HIDAPI_discovery.m_wndClass.lpszClassName, SDL_HIDAPI_discovery.m_wndClass.hInstance); in HIDAPI_ShutdownDiscovery()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/
A Drpng-win.c551 wndclass.hInstance = hInst; in rpng_win_create_window()
A Drpng2-win.c763 wndclass.hInstance = global_hInst;

Completed in 18 milliseconds