MONINTOR_INFO_2——请参考AddMonitor函数 |
类型定义 |
|
Type MONINTOR_INFO_2 pName As String pEnvironment As String pDLLName As String End Type |
|
说明 |
|
This structure is used by the AddMonitor function to identify an installed monitor |
|
字段表 |
|
字段 |
类型及说明 |
pName |
String,监视器的名字 |
pEnvironment |
String,指定监视器的设计环境(比如“Windows NT x86”)。对于本地系统,设为vbNullString |
pDLLName |
String,监视器使用的DLL的名字 |
Top |