[聲明]
Declare Function CloseEnhMetaFile Lib "gdi32" (ByVal hdc As Long) As Long
[說明]
關閉指定的增強型圖元檔案設備場景,並將新建的圖元檔案返回一個句柄
[參數表]
hdc ------------ Long,由CreateEnhMetaFile函式返回的一個圖元檔案設備場景
[返回值]
(原文:A handle to the enhanced metafile. The PlayEnhMetaFile function may be used to play the metafile. Zero on error.)