Home
last modified time | relevance | path

Searched defs:IconPath (Results 1 – 8 of 8) sorted by relevance

/reactos/modules/rostests/apitests/shell32/
H A DCShellLink.cpp233 PCWSTR IconPath; member
/reactos/base/applications/rapps/
H A Dappdb.cpp296 CPathW IconPath = AppsPath; in RemoveCached() local
H A Dappinfo.cpp34 CPathW IconPath = BasePath; in CAvailableApplicationInfo() local
/reactos/dll/win32/shell32/dialogs/
H A Dfiletypes.cpp50 WCHAR IconPath[MAX_PATH]; member
178 DoExtractIcon(LPCWSTR IconPath, INT iIndex, UINT cx, UINT cy) in DoExtractIcon()
184 DoExtractIcon(LPCWSTR IconPath, INT iIndex = 0, BOOL bSmall = FALSE) in DoExtractIcon()
/reactos/win32ss/user/winsrv/consrv/
H A Dconsole.c379 LPWSTR IconPath = NULL; in LoadShellLinkConsoleInfo() local
/reactos/dll/win32/wshom.ocx/
H A Dshell.c913 static HRESULT WINAPI WshShortcut_get_IconLocation(IWshShortcut *iface, BSTR *IconPath) in WshShortcut_get_IconLocation()
936 static HRESULT WINAPI WshShortcut_put_IconLocation(IWshShortcut *iface, BSTR IconPath) in WshShortcut_put_IconLocation()
/reactos/dll/win32/msi/
H A Dmsipriv.h660 LPWSTR IconPath; member
693 LPWSTR IconPath; member
/reactos/dll/win32/setupapi/
H A Dinstall.c51 static const WCHAR IconPath[] = {'I','c','o','n','P','a','t','h',0}; variable