CWiauFormatConverter::IsFormatSupported method (wiautil.h)
The CWiauFormatConverter::IsFormatSupported method verifies that GDI+ supports the image format that is to be converted.
Syntax
BOOL IsFormatSupported(
const GUID *pguidFormat
);
Parameters
pguidFormat
Points to the GUID of the format. The format GUIDs are defined in gdiplusimaging.h.
Return value
The method returns TRUE if the format indicated by the format GUID is supported, and FALSE if it is not supported.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | wiautil.h (include Wiautil.h, Wiamindr.h) |