HomeSort by relevance Sort by last modified time
    Searched refs:HINSTANCE (Results 151 - 175 of 225) sorted by null

1 2 3 4 5 67 8 9

  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysevents.c 74 HINSTANCE SDL_Instance = NULL;
116 HINSTANCE aygshell = NULL;
756 class.hInstance = SDL_Instance;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h 166 static Bitmap* FromResource(HINSTANCE hInstance,
182 Bitmap(HINSTANCE hInstance, const WCHAR *bitmapName);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
objbase.h 244 WINOLEAPI_(HINSTANCE) CoLoadLibrary(LPOLESTR lpszLibName,WINBOOL bAutoFree);
245 WINOLEAPI_(void) CoFreeLibrary(HINSTANCE hInst);
commctrl.h 369 WINCOMMCTRLAPI HIMAGELIST WINAPI ImageList_LoadImageA(HINSTANCE hi,LPCSTR lpbmp,int cx,int cGrow,COLORREF crMask,UINT uType,UINT uFlags);
370 WINCOMMCTRLAPI HIMAGELIST WINAPI ImageList_LoadImageW(HINSTANCE hi,LPCWSTR lpbmp,int cx,int cGrow,COLORREF crMask,UINT uType,UINT uFlags);
742 WINCOMMCTRLAPI HWND WINAPI CreateToolbarEx(HWND hwnd,DWORD ws,UINT wID,int nBitmaps,HINSTANCE hBMInst,UINT_PTR wBMID,LPCTBBUTTON lpButtons,int iNumButtons,int dxButton,int dyButton,int dxBitmap,int dyBitmap,UINT uStructSize);
743 WINCOMMCTRLAPI HBITMAP WINAPI CreateMappedBitmap(HINSTANCE hInstance,INT_PTR idBitmap,UINT wFlags,LPCOLORMAP lpColorMap,int iNumMaps);
831 HINSTANCE hInst;
835 #define HINST_COMMCTRL ((HINSTANCE)-1)
978 HINSTANCE hInstOld;
980 HINSTANCE hInstNew;
    [all...]
wabutil.h 163 STDAPI BuildDisplayTable(LPALLOCATEBUFFER lpAllocateBuffer,LPALLOCATEMORE lpAllocateMore,LPFREEBUFFER lpFreeBuffer,LPMALLOC lpMalloc,HINSTANCE hInstance,UINT cPages,LPDTPAGE lpPage,ULONG ulFlags,LPMAPITABLE *lppTable,LPTABLEDATA *lppTblData);
  /external/chromium_org/base/win/
win_util.cc 322 HINSTANCE ret = ::ShellExecuteW(NULL,
  /external/chromium_org/third_party/npapi/npspy/windows/
gui_main.cpp 45 extern HINSTANCE hInst;
63 psp[0].hInstance = hInst;
73 psp[1].hInstance = hInst;
83 psp[2].hInstance = hInst;
93 psp[3].hInstance = hInst;
105 psh.hInstance = hInst;
dirpick.cpp 46 extern HINSTANCE hInst;
  /external/libpng/contrib/gregbook/
rpng2-win.c 268 static HINSTANCE global_hInst;
274 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode)
755 wndclass.hInstance = global_hInst;
    [all...]
  /external/libpng/contrib/visupng/
VisualPng.c 79 int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
92 wndclass.hInstance = hInstance;
93 wndclass.hIcon = LoadIcon (hInstance, szIconName) ;
129 NULL, NULL, hInstance, NULL);
134 hAccel = LoadAccelerators (hInstance, szProgName);
150 static HINSTANCE hInstance ;
    [all...]
  /external/chromium_org/base/message_loop/
message_pump_win.cc 251 HINSTANCE instance = GetModuleFromAddress(&WndProcThunk);
255 wc.hInstance = instance;
  /external/chromium_org/components/breakpad/tools/
crash_service.cc 88 bool CreateTopWindow(HINSTANCE instance, bool visible) {
93 wcx.hInstance = instance;
  /external/chromium_org/third_party/libjingle/source/talk/base/
systeminfo.cc 488 HINSTANCE d3d_lib = LoadLibrary(L"d3d9.dll");
logging.cc 338 if (HINSTANCE kernel32 = ::LoadLibrary(L"kernel32.dll")) {
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_os2.h 93 #define HINSTANCE HMODULE
  /external/chromium_org/third_party/openssl/openssl/apps/
s_socket.c 129 extern HINSTANCE _hInstance; /* nice global CRT provides */
  /external/chromium_org/third_party/webrtc/base/
systeminfo.cc 471 HINSTANCE d3d_lib = LoadLibrary(L"d3d9.dll");
logging.cc 321 if (HINSTANCE kernel32 = ::LoadLibrary(L"kernel32.dll")) {
  /external/lzma/CPP/7zip/UI/Console/
Main.cpp 42 HINSTANCE g_hInstance = 0;
  /external/openssl/apps/
s_socket.c 129 extern HINSTANCE _hInstance; /* nice global CRT provides */
  /external/chromium_org/win8/metro_driver/
metro_driver_win7.cc 55 HINSTANCE hInst = reinterpret_cast<HINSTANCE>(&__ImageBase);
62 wcex.hInstance = hInst;
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusHeaders.h 658 Bitmap(IN HINSTANCE hInstance,
666 static Bitmap* FromResource(IN HINSTANCE hInstance,
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c 60 HRESULT (WINAPI *DInputCreate)(HINSTANCE hinst, DWORD dwVersion, LPDIRECTINPUT *ppDI, LPUNKNOWN punkOuter);
460 HINSTANCE DInputDLL;
461 HINSTANCE DDrawDLL;
514 static HINSTANCE DDrawDLL = NULL;
515 static HINSTANCE DInputDLL = NULL;
    [all...]
  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.cc 40 HINSTANCE instance,
65 window_class.hInstance = instance;
  /external/chromium_org/third_party/webrtc/modules/video_render/test/testAPI/
testAPI.cc 112 HINSTANCE hinst = GetModuleHandle(0);
114 wcx.hInstance = hinst;

Completed in 724 milliseconds

1 2 3 4 5 67 8 9