HomeSort by relevance Sort by last modified time
    Searched refs:hInstance (Results 101 - 117 of 117) sorted by null

1 2 3 45

  /external/vulkan-validation-layers/demos/
cube.c 329 HINSTANCE connection; // hInstance - Windows Instance
    [all...]
  /external/libchrome/base/message_loop/
message_loop_unittest.cc     [all...]
  /external/libpng/contrib/gregbook/
rpng2-win.c 270 static HINSTANCE global_hInst;
276 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode)
757 wndclass.hInstance = global_hInst;
    [all...]
  /external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.cc 435 wcex.hInstance = GetModuleHandle(NULL);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
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...]
windowsx.h16 15 #define GetInstanceModule(hInstance) GetModuleHandle((LPCSTR)MAKELP(0,hInstance))
53 #define GetWindowInstance(hwnd) ((HINSTANCE)GetWindowWord(hwnd,GWW_HINSTANCE))
    [all...]
vfw.h     [all...]
windowsx.h 21 #define GetInstanceModule(hInstance) (HMODULE)(hInstance)
    [all...]
winldap.h     [all...]
winbase.h 430 #define MakeProcInstance(lpProc,hInstance) (lpProc)
    [all...]
netmon.h 998 WINBOOL __cdecl RaiseNMEvent(HINSTANCE hInstance,WORD EventType,DWORD EventID,WORD nStrings,const char **aInsertStrs,LPVOID lpvData,DWORD dwDataSize);
    [all...]
  /external/opencv3/modules/highgui/src/
window_w32.cpp 215 static HINSTANCE hg_hinstance = 0;
243 wndc.hInstance = hg_hinstance;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/valgrind/coregrind/m_debuginfo/
minilzo-inl.c     [all...]
  /external/libvncserver/common/
minilzo.c     [all...]

Completed in 924 milliseconds

1 2 3 45