IShellImageData::IsEditable method (shimgdata.h)
Determines whether the image can be edited.
Syntax
HRESULT IsEditable();
Return value
Type: HRESULT
Returns one of the following:
Return code | Description |
---|---|
|
The image can be edited. |
|
The image cannot be edited, the image has not been decoded, or the decoding process failed. |
Remarks
At this time, the criteria for determining whether the image can be edited is solely that it is a Tagged Image File Format (TIFF) image with the Exif IFD tag set.
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 |