Image::GetRawFormat 方法 (gdiplusheaders.h)
Image::GetRawFormat 方法會取得可識別此 Image 物件格式的全域唯一標識符 ( GUID) 。 識別各種檔案格式的 GUID 定義於 Gdiplusimaging.h 中。
語法
Status GetRawFormat(
[out] GUID *format
);
參數
[out] format
類型: GUID*
接收格式識別碼之 GUID 的指標。
傳回值
類型: 狀態
如果方法成功,它會傳回Ok,這是 Status 列舉的元素。
如果方法失敗,它會傳回 Status 列舉的其他其中一個專案。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP、Windows 2000 Professional [僅限桌面應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | gdiplusheaders.h (包含 Gdiplus.h) |
程式庫 | Gdiplus.lib |
Dll | Gdiplus.dll |