[声明]
Declare Function CloseEnhMetaFile Lib "gdi32" (ByVal hdc As Long) As Long
[说明]
关闭指定的增强型图元文件设备场景,并将新建的图元文件返回一个句柄
[参数表]
hdc ------------ Long,由CreateEnhMetaFile函数返回的一个图元文件设备场景
[返回值]
(原文:A handle to the enhanced metafile. ThePlayEnhMetaFilefunction may be used to play the metafile. Zero on error.)
