Home
last modified time | relevance | path

Searched refs:GetIcon (Results 1 – 14 of 14) sorted by relevance

/reactos/dll/shellext/netshell/
H A Dlanconnectui.h35 STDMETHOD(GetIcon)(DWORD dwSize, HICON *phIcon) override;
H A Dlanconnectui.cpp495 CNetConnectionPropertyUi::GetIcon( in GetIcon() function in CNetConnectionPropertyUi
/reactos/sdk/include/psdk/
H A Dnetcon.h238 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 Dcommoncontrols.idl104 HRESULT GetIcon(
H A Dctfutb.idl416 HRESULT GetIcon(
H A Dshobjidl.idl2277 cpp_quote("// GetIcon(ppszIcon) Receives resource string that identifies icon source")
2306 HRESULT GetIcon(
/reactos/dll/shellext/zipfldr/
H A DCExplorerCommand.cpp31 STDMETHODIMP GetIcon(IShellItemArray *psiItemArray, PWSTR *ppszIcon) in GetIcon() function in CExplorerCommand
/reactos/dll/win32/shell32/
H A DCOpenWithMenu.cpp57 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 Dui.cpp95 HICON hIcon = CUIFToolbarButton::GetIcon(); in ~CCompFinalizeButton()
/reactos/dll/win32/msutb/
H A Dmsutb.cpp1265 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 Dcicuif.h918 HICON GetIcon();
H A Dcicuif.cpp3520 HICON CUIFToolbarButton::GetIcon() in GetIcon() function in CUIFToolbarButton
/reactos/sdk/lib/atl/
H A Datlwin.h670 HICON GetIcon(BOOL bBigIcon = TRUE) const
/reactos/dll/win32/comctl32/
H A Dimagelist.c4213 hr = piml->lpVtbl->GetIcon(piml, i, fStyle, &res); in ImageList_GetIcon()