IShellImageData::IsDecoded method (shimgdata.h)
Determines whether the image has been decoded by calling IShellImageData::Decode. Many operations return a failure code if the image is not first decoded.
Syntax
HRESULT IsDecoded();
Return value
Type: HRESULT
Returns one of the following:
Return code | Description |
---|---|
|
IShellImageData::Decode was called on the image and was successful. |
|
All other cases. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | shimgdata.h |
DLL | Shell32.dll |