CWiauFormatConverter::IsFormatSupported-Methode (wiautil.h)
Die CWiauFormatConverter::IsFormatSupported-Methode überprüft, ob GDI+ das zu konvertierende Bildformat unterstützt.
Syntax
BOOL IsFormatSupported(
const GUID *pguidFormat
);
Parameter
pguidFormat
Zeigt auf die GUID des Formats. Die Format-GUIDs sind in gdiplusimaging.h definiert.
Rückgabewert
Die -Methode gibt TRUE zurück, wenn das durch die Format-GUID angegebene Format unterstützt wird, und FALSE , wenn es nicht unterstützt wird.
Anforderungen
Anforderung | Wert |
---|---|
Zielplattform | Desktop |
Kopfzeile | wiautil.h (include Wiautil.h, Wiamindr.h) |