共用方式為


SetMetaFileBitsEx 函式 (wingdi.h)

SetMetaFileBitsEx 函式會從提供的數據建立記憶體型 Windows 格式元檔。

注意 此函式僅供與 Windows 格式元檔相容。 增強格式元檔提供絕佳的功能,建議用於新的應用程式。 增強格式元文件對應的函式是 SetEnhMetaFileBits
 

語法

HMETAFILE SetMetaFileBitsEx(
  [in] UINT       cbBuffer,
  [in] const BYTE *lpData
);

參數

[in] cbBuffer

指定 Windows 格式元檔的大小,以位元組為單位。

[in] lpData

包含 Windows 格式元檔之緩衝區的指標。 (假設已使用 GetMetaFileBitsEx 函式.) 取得數據

傳回值

如果函式成功,則傳回值是記憶體型 Windows 格式元檔句柄。

如果函式失敗,傳回值為 NULL

備註

若要將 Windows 格式元檔轉換成增強格式元檔,請使用 SetWinMetaFileBits 函 式。

當應用程式不再需要 SetMetaFileBitsEx 傳回的元檔句柄時,應該呼叫 DeleteMetaFile 函式來刪除它。

規格需求

需求
最低支援的用戶端 Windows 2000 Professional [僅限傳統型應用程式]
最低支援的伺服器 Windows 2000 Server [僅限桌面應用程式]
目標平台 Windows
標頭 wingdi.h (包含 Windows.h)
程式庫 Gdi32.lib
Dll Gdi32.dll

另請參閱

DeleteMetaFile

GetMetaFileBitsEx

元檔函式

元檔概觀

SetEnhMetaFileBits

SetWinMetaFileBits