HomeSort by relevance Sort by last modified time
    Searched full:hicon (Results 1 - 25 of 53) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cpl.h 45 HICON hIcon;
56 HICON hIcon;
shellapi.h 67 SHSTDAPI_(INT) ShellAboutA(HWND hWnd,LPCSTR szApp,LPCSTR szOtherStuff,HICON hIcon);
68 SHSTDAPI_(INT) ShellAboutW(HWND hWnd,LPCWSTR szApp,LPCWSTR szOtherStuff,HICON hIcon);
69 SHSTDAPI_(HICON) DuplicateIcon(HINSTANCE hInst,HICON hIcon);
70 SHSTDAPI_(HICON) ExtractAssociatedIconA(HINSTANCE hInst,LPSTR lpIconPath,LPWORD lpiIcon);
71 SHSTDAPI_(HICON) ExtractAssociatedIconW(HINSTANCE hInst,LPWSTR lpIconPath,LPWORD lpiIcon);
73 SHSTDAPI_(HICON) ExtractAssociatedIconExA(HINSTANCE hInst,LPSTR lpIconPath,LPWORD lpiIconIndex,LPWORD lpiIconId)
    [all...]
prsht.h 95 HICON hIcon; LPCSTR pszIcon; \
110 HICON hIcon; LPCWSTR pszIcon; \
241 HICON hIcon;
274 HICON hIcon;
commoncontrols.h 64 virtual HRESULT WINAPI ReplaceIcon(int i,HICON hicon,int *pi) = 0;
70 virtual HRESULT WINAPI GetIcon(int i,UINT flags,HICON *picon) = 0;
100 HRESULT (WINAPI *ReplaceIcon)(IImageList *This,int i,HICON hicon,int *pi);
106 HRESULT (WINAPI *GetIcon)(IImageList *This,int i,UINT flags,HICON *picon);
138 #define IImageList_ReplaceIcon(This,i,hicon,pi) (This)->lpVtbl->ReplaceIcon(This,i,hicon,pi)
170 HRESULT WINAPI IImageList_ReplaceIcon_Proxy(IImageList *This,int i,HICON hicon,int *pi)
    [all...]
wiadevd.h 36 STDMETHOD(GetDeviceIcon)(THIS_ BSTR bstrDeviceId,HICON *phIcon,ULONG nSize) PURE;
cmnquery.h 25 HICON hIcon;
mobsync.h 113 HICON hIcon;
330 HICON hIcon;
507 HICON hIKeepBoth;
508 HICON hIKeepLocal;
509 HICON hIKeepNetwork;
523 HICON hIKeepBoth;
524 HICON hIKeepLocal;
525 HICON hIKeepNetwork
    [all...]
winscard.h 268 HICON hIcon;
289 HICON hIcon;
dsclient.h 154 STDMETHOD_(HICON,GetIcon)(THIS_ LPCWSTR pszObjectClass,DWORD dwFlags,INT cxIcon,INT cyIcon) PURE;
271 STDAPI_(HICON) DsGetIcon(DWORD dwFlags,LPWSTR pszObjectClass,INT cxImage,INT cyImage);
ole2.h 94 WINOLEAPI_(HGLOBAL) OleMetafilePictFromIconAndLabel(HICON hIcon,LPOLESTR lpszLabel,LPOLESTR lpszSourceFile,UINT iIconIndex);
windef.h 207 DECLARE_HANDLE(HICON);
225 typedef HICON HCURSOR;
compstui.h 901 HICON hIcon;
    [all...]
dsadmin.h 48 HICON hObjClassIcon;
msacm.h 178 HICON hicon; member in struct:tACMDRIVERDETAILSA
197 HICON hicon; member in struct:tACMDRIVERDETAILSW
olectl.h 108 HICON hicon; member in struct:tagPICTDESC::__anon35629::__anon35632
280 WINOLECTLAPI_(HCURSOR) OleIconToCursor(HINSTANCE hinstExe,HICON hIcon);
winuser.h 763 HICON hIcon;
768 HICON hIconSm;
778 HICON hIcon;
784 HICON hIconSm;
798 HICON hIcon;
811 HICON hIcon;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_funcptr.py 52 HICON = c_int
62 ("hIcon", HICON),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_funcptr.py 52 HICON = c_int
62 ("hIcon", HICON),
  /sdk/find_java2/src/
FindJava2Dlg.h 42 HICON m_hIcon;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 77 HICON = HANDLE
173 'HGDIOBJ', 'HGLOBAL', 'HHOOK', 'HICON', 'HINSTANCE', 'HKEY',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 77 HICON = HANDLE
173 'HGDIOBJ', 'HGLOBAL', 'HHOOK', 'HICON', 'HINSTANCE', 'HKEY',
  /external/mesa3d/src/gallium/targets/graw-gdi/
graw_gdi.c 92 wc.hIcon = LoadIcon(NULL, IDI_APPLICATION);
  /external/skia/src/gpu/gl/win/
SkCreatePlatformGLContext_win.cpp 52 wc.hIcon = LoadIcon(NULL, IDI_APPLICATION);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h 165 static Bitmap* FromHICON(HICON icon);
181 Bitmap(HICON hicon);
220 Status GetHICON(HICON *icon) const;
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 227 wc.hIcon = NULL;

Completed in 1774 milliseconds

1 2 3