WUAUENGLib, COM interface constants for VB.Net / VBScript
WUAUENGLib - interface constants
This page contains simple VBA include for the WUAUENGLib COM library.
library parameters| File Name | WINDOWS\system32\wuaueng1.dll |
|---|
| Guid | {D4D8199E-E376-4D57-8B08-BBF87E1F36B1} |
|---|
| Enums | 1 |
|---|
tagClientNotifyCodeenum, 7 members.Public Enum tagClientNotifyCode
NOTIFY_STOP_CLIENT = 1
NOTIFY_ADD_TRAYICON = 2
NOTIFY_REMOVE_TRAYICON = 3
NOTIFY_STATE_CHANGE = 4
NOTIFY_SHOW_INSTALLWARNING = 5
NOTIFY_RESET = 6
NOTIFY_RELAUNCH_CLIENT = 7
End Enum
|