WMILISTENERLib, COM interface constants for VB.Net / VBScript
WMILISTENERLib - interface constants
This page contains simple VBA include for the WMILISTENERLib COM library.
library parameters| File Name | WINDOWS\system32\dllcache\wmilistener.dll |
|---|
| Guid | {1F1CF79A-2ED5-47F5-91C9-3A66DED3D781} |
|---|
| Enums | 1 |
|---|
WMS_WMI_EVENT_CLASSenum, 11 members.Public Enum WMS_WMI_EVENT_CLASS
WMS_WMI_UNKNOWN = 0
WMS_WMI_CLIENT = 1
WMS_WMI_SERVER = 2
WMS_WMI_PUBLISHINGPOINT = 4
WMS_WMI_LIMIT_CHANGE = 8
WMS_WMI_LIMIT_HIT = 16
WMS_WMI_PLUGIN = 32
WMS_WMI_CACHE = 64
WMS_WMI_PLAYLIST = 128
WMS_WMI_CUSTOM = 512
WMS_WMI_NUM_EVENT_CLASSES = 10
End Enum
|