/reactos/dll/win32/shell32/ |
H A D | CExtractIcon.cpp | 46 …etIconLocation)(UINT uFlags, LPWSTR szIconFile, UINT cchMax, int *piIndex, UINT *pwFlags) override; 50 …GetIconLocation)(UINT uFlags, LPSTR szIconFile, UINT cchMax, int *piIndex, UINT *pwFlags) override; 179 UINT *pwFlags) in GetIconLocation() argument 184 …("(%p, 0x%x, %s, 0x%x, %p, %p)\n", this, uFlags, debugstr_w(szIconFile), cchMax, piIndex, pwFlags); in GetIconLocation() 186 if (!piIndex || !pwFlags) in GetIconLocation() 206 *pwFlags = flags; in GetIconLocation() 228 UINT *pwFlags) in GetIconLocation() argument 240 hr = GetIconLocation(uFlags, szIconFileW, cchMax, piIndex, pwFlags); in GetIconLocation()
|
H A D | CShellLink.h | 186 …GetIconLocation)(UINT uFlags, PSTR pszIconFile, UINT cchMax, int *piIndex, UINT *pwFlags) override; 190 …etIconLocation)(UINT uFlags, PWSTR pszIconFile, UINT cchMax, int *piIndex, UINT *pwFlags) override;
|
H A D | CShellLink.cpp | 1325 …ShellLink::GetIconLocation(UINT uFlags, PSTR pszIconFile, UINT cchMax, int *piIndex, UINT *pwFlags) in GetIconLocation() argument 1330 …%p)->(%u %p len=%u piIndex=%p pwFlags=%p)\n", this, uFlags, pszIconFile, cchMax, piIndex, pwFlags); in GetIconLocation() 1338 hr = GetIconLocation(uFlags, pszIconFileW, cchMax, piIndex, pwFlags); in GetIconLocation() 1730 UINT uFlags, PWSTR pszIconFile, UINT cchMax, int *piIndex, UINT *pwFlags) in SHELL_PidlGetIconLocationW() argument 1736 hr = pei->GetIconLocation(uFlags, pszIconFile, cchMax, piIndex, pwFlags); in SHELL_PidlGetIconLocationW() 1743 …hellLink::GetIconLocation(UINT uFlags, PWSTR pszIconFile, UINT cchMax, int *piIndex, UINT *pwFlags) in GetIconLocation() argument 1773 hr = SHELL_PidlGetIconLocationW(m_pPidl, uFlags, pszIconFile, cchMax, piIndex, pwFlags); in GetIconLocation() 1777 *pwFlags = GIL_NOTFILENAME | GIL_PERCLASS; in GetIconLocation()
|
/reactos/dll/shellext/ntobjshex/ |
H A D | ntobjfolder.cpp | 53 UINT *pwFlags) in GetIconLocation() argument 68 *pwFlags = flags; in GetIconLocation() 74 *pwFlags = flags; in GetIconLocation() 80 *pwFlags = flags; in GetIconLocation() 86 *pwFlags = flags; in GetIconLocation() 92 *pwFlags = flags; in GetIconLocation()
|
H A D | regfolder.cpp | 55 UINT *pwFlags) in GetIconLocation() argument 70 *pwFlags = flags; in GetIconLocation() 77 *pwFlags = flags; in GetIconLocation() 83 *pwFlags = flags; in GetIconLocation()
|
H A D | regfolder.h | 31 UINT *pwFlags) override;
|
H A D | ntobjfolder.h | 31 UINT *pwFlags) override;
|
/reactos/dll/shellext/netshell/ |
H A D | shfldr_netconnect.h | 121 …etIconLocation)(UINT uFlags, LPWSTR szIconFile, UINT cchMax, int *piIndex, UINT *pwFlags) override;
|
H A D | shfldr_netconnect.cpp | 763 UINT *pwFlags) in GetIconLocation() argument 765 *pwFlags = 0; in GetIconLocation()
|
/reactos/dll/win32/shell32/folders/ |
H A D | CDrivesFolder.cpp | 370 LPWSTR szIconFile, UINT cchMax, int *piIndex, UINT *pwFlags) in getIconLocationForDrive() argument
|
H A D | CFSFolder.cpp | 206 LPWSTR szIconFile, UINT cchMax, int *piIndex, UINT *pwFlags) in getIconLocationForFolder() argument
|
/reactos/sdk/include/psdk/ |
H A D | shobjidl.idl | 1369 [out] UINT *pwFlags); 1398 [out] UINT *pwFlags);
|