/third_party/mingw-w64/mingw-w64-headers/include/ |
D | shellapi.h | 80 SHSTDAPI_(INT) ShellAboutA (HWND hWnd, LPCSTR szApp, LPCSTR szOtherStuff, HICON hIcon); 81 SHSTDAPI_(INT) ShellAboutW (HWND hWnd, LPCWSTR szApp, LPCWSTR szOtherStuff, HICON hIcon); 82 SHSTDAPI_(HICON) DuplicateIcon (HINSTANCE hInst, HICON hIcon); 83 SHSTDAPI_(HICON) ExtractAssociatedIconA (HINSTANCE hInst, LPSTR pszIconPath, WORD *piIcon); 84 SHSTDAPI_(HICON) ExtractAssociatedIconW (HINSTANCE hInst, LPWSTR pszIconPath, WORD *piIcon); 85 …SHSTDAPI_(HICON) ExtractAssociatedIconExA (HINSTANCE hInst, LPSTR pszIconPath, WORD *piIconIndex, … 86 …SHSTDAPI_(HICON) ExtractAssociatedIconExW (HINSTANCE hInst, LPWSTR pszIconPath, WORD *piIconIndex,… 87 SHSTDAPI_(HICON) ExtractIconA (HINSTANCE hInst, LPCSTR pszExeFileName, UINT nIconIndex); 88 SHSTDAPI_(HICON) ExtractIconW (HINSTANCE hInst, LPCWSTR pszExeFileName, UINT nIconIndex); 151 …SHSTDAPI_(UINT) ExtractIconExA (LPCSTR lpszFile, int nIconIndex, HICON *phiconLarge, HICON *phicon… [all …]
|
D | cpl.h | 45 HICON hIcon; 56 HICON hIcon;
|
D | windef.h | 51 DECLARE_HANDLE(HICON); 59 typedef HICON HCURSOR;
|
D | 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;
|
D | prsht.h | 95 HICON hIcon; LPCSTR pszIcon; \ 110 HICON hIcon; LPCWSTR pszIcon; \ 241 HICON hIcon; 274 HICON hIcon;
|
D | wiadevd.h | 36 STDMETHOD(GetDeviceIcon)(THIS_ BSTR bstrDeviceId,HICON *phIcon,ULONG nSize) PURE; in DECLARE_INTERFACE_()
|
D | commoncontrols.h | 158 HICON hicon, 184 HICON *picon) = 0; 307 HICON hicon, 339 HICON *picon); 510 static FORCEINLINE HRESULT IImageList_ReplaceIcon(IImageList* This,int i,HICON hicon,int *pi) { 528 static FORCEINLINE HRESULT IImageList_GetIcon(IImageList* This,int i,UINT flags,HICON *picon) { 701 HICON hicon, 733 HICON *picon); 988 static FORCEINLINE HRESULT IImageList2_ReplaceIcon(IImageList2* This,int i,HICON hicon,int *pi) { 1006 static FORCEINLINE HRESULT IImageList2_GetIcon(IImageList2* This,int i,UINT flags,HICON *picon) {
|
D | dsclient.h | 154 STDMETHOD_(HICON,GetIcon)(THIS_ LPCWSTR pszObjectClass,DWORD dwFlags,INT cxIcon,INT cyIcon) PURE; in DECLARE_INTERFACE_() local 271 STDAPI_(HICON) DsGetIcon(DWORD dwFlags,LPWSTR pszObjectClass,INT cxImage,INT cyImage);
|
D | commoncontrols.idl | 101 HRESULT ReplaceIcon (int i,[in] HICON hicon,[out] int *pi); 107 HRESULT GetIcon (int i, UINT flags,[out] HICON *picon);
|
D | wtypes.h | 345 typedef void *HICON; 351 typedef HICON HCURSOR;
|
D | olectl.h | 110 HICON hicon; 282 WINOLECTLAPI_(HCURSOR) OleIconToCursor(HINSTANCE hinstExe,HICON hIcon);
|
D | dsadmin.h | 48 HICON hObjClassIcon;
|
D | cmnquery.h | 25 HICON hIcon;
|
D | winuser.h | 849 HICON hIcon; 854 HICON hIconSm; 864 HICON hIcon; 869 HICON hIconSm; 883 HICON hIcon; 896 HICON hIcon; 3293 WINUSERAPI WINBOOL WINAPI DrawIcon(HDC hDC,int X,int Y,HICON hIcon); 3968 #define CopyCursor(pcur) ((HCURSOR)CopyIcon((HICON)(pcur))) 4002 WINUSERAPI HICON WINAPI LoadIconA(HINSTANCE hInstance,LPCSTR lpIconName); 4003 WINUSERAPI HICON WINAPI LoadIconW(HINSTANCE hInstance,LPCWSTR lpIconName); [all …]
|
D | compstui.h | 901 HICON hIcon; 916 HICON hIcon;
|
D | wtypes.idl | 297 DECLARE_WIREM_HANDLE (HICON); 305 typedef HICON HCURSOR;
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsmouse.c | 94 HICON hicon; in WIN_CreateCursor() 186 HICON hicon; in WIN_CreateSystemCursor() 201 HICON hicon = (HICON)cursor->driverdata; in WIN_FreeCursor()
|
/third_party/python/Lib/ctypes/test/ |
D | test_funcptr.py | 52 HICON = c_int 62 ("hIcon", HICON),
|
/third_party/boost/boost/winapi/ |
D | shell.hpp | 28 BOOST_WINAPI_DETAIL_DECLARE_HANDLE(HICON); 57 typedef ::HICON HICON_;
|
/third_party/boost/libs/winapi/test/run/ |
D | shell_abi.cpp | 24 BOOST_WINAPI_TEST_TYPE_SAME(HICON); in main()
|
/third_party/flutter/glfw/src/ |
D | win32_platform.h | 233 HICON bigIcon; 234 HICON smallIcon;
|
D | win32_window.c | 99 static HICON createIcon(const GLFWimage* image, in createIcon() 104 HICON handle; in createIcon() 1066 HICON bigIcon = NULL, smallIcon = NULL; in _glfwPlatformSetWindowIcon() 1082 bigIcon = (HICON) GetClassLongPtrW(window->win32.handle, GCLP_HICON); in _glfwPlatformSetWindowIcon() 1083 smallIcon = (HICON) GetClassLongPtrW(window->win32.handle, GCLP_HICONSM); in _glfwPlatformSetWindowIcon() 1542 DestroyIcon((HICON) cursor->win32.handle); in _glfwPlatformDestroyCursor()
|
/third_party/mingw-w64/mingw-w64-headers/include/gdiplus/ |
D | gdiplusheaders.h | 165 static Bitmap* FromHICON(HICON icon); 181 Bitmap(HICON hicon); 220 Status GetHICON(HICON *icon) const;
|
/third_party/gn/src/base/win/ |
D | windows_types.h | 78 CHROME_DECLARE_HANDLE(HICON);
|
/third_party/python/Lib/ctypes/ |
D | wintypes.py | 74 HICON = HANDLE variable
|