|
|
VB声明 |
Declare Function GetMetaFile Lib "gdi32" Alias
"GetMetaFileA" (ByVal lpFileName As String) As Long |
说明 |
取得包含在一个磁盘文件中的图元文件的图元文件句柄 |
返回值 |
Long,指向已载入的图元文件的一个句柄,零表示错误 |
参数表 |
参数 |
类型及说明 |
lpFileName |
String,包含了一个图元文件的磁盘文件的名称 |
注解 |
这个函数在vb里没有什么用。因为windows图元文件通常保存为可放置的图元文件格式,而该函数不能识别这种格式 |
|