Searched refs:SetIconLocation (Results 1 – 8 of 8) sorted by relevance
/reactos/modules/rostests/tests/create-links/ |
H A D | create-links.c | 39 hr = psl->lpVtbl->SetIconLocation(psl, iconPath, icon_nr); in CreateShellLink()
|
/reactos/dll/win32/shell32/ |
H A D | CShellLink.h | 152 STDMETHOD(SetIconLocation)(LPCSTR pszIconPath, INT iIcon) override; 172 STDMETHOD(SetIconLocation)(LPCWSTR pszIconPath, INT iIcon) override;
|
H A D | CShellLink.cpp | 1370 HRESULT STDMETHODCALLTYPE CShellLink::SetIconLocation(LPCSTR pszIconPath, INT iIcon) in SetIconLocation() function in CShellLink 1382 HRESULT hr = SetIconLocation(str, iIcon); in SetIconLocation() 1899 HRESULT STDMETHODCALLTYPE CShellLink::SetIconLocation(LPCWSTR pszIconPath, INT iIcon) in SetIconLocation() function in CShellLink 2932 SetIconLocation(wszPath, IconIndex); in OnCommand()
|
/reactos/dll/shellext/sendmail/ |
H A D | sendmail.cpp | 144 hr = psl->SetIconLocation(pszIconPath, iIconNr); in CreateShellLink()
|
/reactos/dll/win32/userenv/ |
H A D | desktop.c | 344 psl->lpVtbl->SetIconLocation(psl, in AddDesktopItemW() 770 psl->lpVtbl->SetIconLocation(psl, in AddItemW()
|
/reactos/modules/rostests/apitests/shell32/ |
H A D | CShellLink.cpp | 342 hr = psl->SetIconLocation(pszExplorer, 1); in test_iconlocation()
|
/reactos/base/applications/rapps/ |
H A D | geninst.cpp | 319 link->SetIconLocation(p, idx); in CreateShortcut()
|
/reactos/sdk/include/psdk/ |
H A D | shobjidl.idl | 1195 HRESULT SetIconLocation( 1262 HRESULT SetIconLocation(
|