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
S_OK
The image is a vector image, supporting the GDI+ flag ImageFlagsScalable.
E_FAIL
The image has not been decoded, the image is empty, or the file is not an image.
S_FALSE
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