ReactOS 0.4.16-dev-597-gdbf7844
|
Public Types | |
typedef IExtractIconW * | LPEXTRACTICONW |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
HRESULT | GetIconLocation ([in] UINT uFlags, [out, size_is(cchMax)] LPWSTR szIconFile, [in] UINT cchMax, [out] INT *piIndex, [out] UINT *pwFlags) |
HRESULT | Extract ([in] LPCWSTR pszFile, [in] UINT nIconIndex, [out] HICON *phiconLarge, [out] HICON *phiconSmall, [in] UINT nIconSize) |
Public Member Functions inherited from IUnknown | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Definition at line 1389 of file shobjidl.idl.
Definition at line 1391 of file shobjidl.idl.
HRESULT IExtractIconW::Extract | ( | [in] LPCWSTR | pszFile, |
[in] UINT | nIconIndex, | ||
[out] HICON * | phiconLarge, | ||
[out] HICON * | phiconSmall, | ||
[in] UINT | nIconSize | ||
) |
Implemented in CNetConUiObject, CNtObjectFolderExtractIcon, CRegistryFolderExtractIcon, and CExtractIcon.
HRESULT IExtractIconW::GetIconLocation | ( | [in] UINT | uFlags, |
[out, size_is(cchMax)] LPWSTR | szIconFile, | ||
[in] UINT | cchMax, | ||
[out] INT * | piIndex, | ||
[out] UINT * | pwFlags | ||
) |
Implemented in CNtObjectFolderExtractIcon, and CRegistryFolderExtractIcon.