HomeSort by relevance Sort by last modified time
    Searched refs:HICON (Results 1 - 25 of 60) 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)SendMsg(STM_SETICON, (WPARAM)icon, 0); }
22 HICON GetIcon() { return (HICON)SendMsg(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)
  /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 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, WORD *piIconId)
    [all...]
windef.h 51 DECLARE_HANDLE(HICON);
58 typedef HICON HCURSOR;
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...]
prsht.h 95 HICON hIcon; LPCSTR pszIcon; \
110 HICON hIcon; LPCWSTR pszIcon; \
241 HICON hIcon;
274 HICON hIcon;
  /external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
BrowserDialog.h 67 HICON mIcon;
  /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));
  /external/mdnsresponder/mDNSWindows/ControlPanel/
ServicesPage.cpp 253 const HICON hIcon = ( HICON ) ::LoadImage( GetNonLocalizedResources(), MAKEINTRESOURCE( IDI_ENERGY_SAVER ), IMAGE_ICON, 0, 0, 0);
255 if ( hIcon )
257 m_energySaverIcon.SetIcon( hIcon );
  /external/python/cpython2/Lib/ctypes/test/
test_funcptr.py 52 HICON = c_int
62 ("hIcon", HICON),
  /external/python/cpython3/Lib/ctypes/test/
test_funcptr.py 52 HICON = c_int
62 ("hIcon", HICON),
  /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 274 HICON SetIcon(WPARAM sizeType, HICON icon) { return (HICON)SendMsg(WM_SETICON, sizeType, (LPARAM)icon); }
  /external/python/cpython2/Lib/ctypes/
wintypes.py 73 HICON = HANDLE
169 'HGDIOBJ', 'HGLOBAL', 'HHOOK', 'HICON', 'HINSTANCE', 'HKEY',
  /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',

Completed in 340 milliseconds

1 2 3