Searched refs:GetIcon (Results 1 – 14 of 14) sorted by relevance
/reactos/dll/shellext/netshell/ |
H A D | lanconnectui.h | 35 STDMETHOD(GetIcon)(DWORD dwSize, HICON *phIcon) override;
|
H A D | lanconnectui.cpp | 495 CNetConnectionPropertyUi::GetIcon( in GetIcon() function in CNetConnectionPropertyUi
|
/reactos/sdk/include/psdk/ |
H A D | netcon.h | 238 STDMETHOD_(HRESULT, GetIcon) (THIS_ DWORD dwSize, HICON *phIcon) PURE; in DECLARE_INTERFACE_() 248 #define INetConnectionPropertyUi2_GetIcon(p,a,b) (p)->lpVtbl->GetIcon(p,a,b)
|
H A D | commoncontrols.idl | 104 HRESULT GetIcon(
|
H A D | ctfutb.idl | 416 HRESULT GetIcon(
|
H A D | shobjidl.idl | 2277 cpp_quote("// GetIcon(ppszIcon) Receives resource string that identifies icon source") 2306 HRESULT GetIcon(
|
/reactos/dll/shellext/zipfldr/ |
H A D | CExplorerCommand.cpp | 31 STDMETHODIMP GetIcon(IShellItemArray *psiItemArray, PWSTR *ppszIcon) in GetIcon() function in CExplorerCommand
|
/reactos/dll/win32/shell32/ |
H A D | COpenWithMenu.cpp | 57 static HICON GetIcon(SApp *pApp); 233 HICON COpenWithList::GetIcon(SApp *pApp) in GetIcon() function in COpenWithList 900 HICON hIcon = m_pAppList->GetIcon(pApp); in AddApp() 1242 HICON hIcon = m_pAppList->GetIcon((COpenWithList::SApp*)pApp); in AddApp()
|
/reactos/dll/ime/msctfime/ |
H A D | ui.cpp | 95 HICON hIcon = CUIFToolbarButton::GetIcon(); in ~CCompFinalizeButton()
|
/reactos/dll/win32/msutb/ |
H A D | msutb.cpp | 1265 STDMETHOD(GetIcon)(HICON *phIcon) override; 1287 STDMETHOD(GetIcon)(HICON *phIcon) override; 3711 STDMETHODIMP CLBarItemButtonBase::GetIcon(HICON *phIcon) in GetIcon() function in CLBarItemButtonBase 3776 STDMETHODIMP CLBarInatItem::GetIcon(HICON *phIcon) in GetIcon() function in CLBarInatItem
|
/reactos/sdk/lib/cicero/ |
H A D | cicuif.h | 918 HICON GetIcon();
|
H A D | cicuif.cpp | 3520 HICON CUIFToolbarButton::GetIcon() in GetIcon() function in CUIFToolbarButton
|
/reactos/sdk/lib/atl/ |
H A D | atlwin.h | 670 HICON GetIcon(BOOL bBigIcon = TRUE) const
|
/reactos/dll/win32/comctl32/ |
H A D | imagelist.c | 4213 hr = piml->lpVtbl->GetIcon(piml, i, fStyle, &res); in ImageList_GetIcon()
|