IShellImageData::IsVector method (shimgdata.h)
Determines whether the image is a vector image.
Syntax
HRESULT IsVector();
Return value
Type: HRESULT
Returns one of the following:
Return code | Description |
---|---|
|
The image is a vector image, supporting the GDI+ flag ImageFlagsScalable. |
|
The image has not been decoded, the image is empty, or the file is not an image. |
|
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 |