HomeSort by relevance Sort by last modified time
    Searched refs:HICON (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/lzma/CPP/Windows/Control/
Static.h 18 HICON SetIcon(HICON icon) { return (HICON)SetImage(IMAGE_ICON, icon); }
19 HICON GetIcon() { return (HICON)GetImage(IMAGE_ICON); }
21 HICON SetIcon(HICON icon) { return (HICON)SendMessage(STM_SETICON, (WPARAM)icon, 0); }
22 HICON GetIcon() { return (HICON)SendMessage(STM_GETICON, 0, 0); }
    [all...]
ImageList.h 63 int AddIcon(HICON icon)
65 int Replace(int index, HICON icon)
74 HICON ExtractIcon(int index)
76 HICON GetIcon(int index, UINT flags)
  /external/libchrome/base/win/
scoped_gdi_object.h 23 // An explicit specialization for HICON because we have to call DestroyIcon()
24 // instead of DeleteObject() for HICON.
26 void inline ScopedGDIObjectTraits<HICON>::Free(HICON icon) {
40 typedef ScopedGDIObject<HICON> ScopedHICON;
  /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...]
wiadevd.h 36 STDMETHOD(GetDeviceIcon)(THIS_ BSTR bstrDeviceId,HICON *phIcon,ULONG nSize) PURE;
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...]
windef.h 207 DECLARE_HANDLE(HICON);
225 typedef HICON HCURSOR;
prsht.h 95 HICON hIcon; LPCSTR pszIcon; \
110 HICON hIcon; LPCWSTR pszIcon; \
241 HICON hIcon;
274 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);
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...]
cmnquery.h 25 HICON hIcon;
  /sdk/find_java2/src/
FindJava2Dlg.h 42 HICON m_hIcon;
  /external/lzma/CPP/7zip/UI/FileManager/
MyWindowsNew.h 38 HICON hIcon;
67 STDMETHOD(SetOverlayIcon)(HWND hwnd, HICON hIcon, LPCWSTR pszDescription) = 0;
ProgressDialog.cpp 64 HICON icon = LoadIcon(g_hInstance, MAKEINTRESOURCE(IconID));
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_funcptr.py 52 HICON = c_int
62 ("hIcon", HICON),
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_funcptr.py 52 HICON = c_int
62 ("hIcon", HICON),
  /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),
  /external/lzma/CPP/Windows/
Window.h 273 HICON SetIcon(WPARAM sizeType, HICON icon) { return (HICON)SendMessage(WM_SETICON, sizeType, (LPARAM)icon); }
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
wintypes.py 77 HICON = HANDLE
173 'HGDIOBJ', 'HGLOBAL', 'HHOOK', 'HICON', 'HINSTANCE', 'HKEY',
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
wintypes.py 77 HICON = HANDLE
173 'HGDIOBJ', 'HGLOBAL', 'HHOOK', 'HICON', 'HINSTANCE', 'HKEY',
  /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',
  /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;

Completed in 489 milliseconds

1 2 3