| Veritas System Recovery 21 Automation - THIS SCRIPTING DOCUMENTATION IS PROVIDED IN CONJUNCTION WITH YOUR LICENSE FOR VERITAS SYSTEM RECOVERY SOFTWARE PRODUCTS, AND MAY BE USED ONLY IN CONJUNCTION WITH THAT SOFTWARE, UNDER THE TERMS OF THE END USER LICENSE AGREEMENT THAT ACCOMPANIED THE SOFTWARE. THIS SCRIPTING DOCUMENTATION IS PROPRIETARY VERITAS PROPERTY. YOU MAY NOT COPY, DISTRIBUTE, LICENSE OR SUBLICENSE THE SCRIPTING DOCUMENTATION. |
| Notify Object |
| Description: Loads and manages notifications and notification handlers. |
| ProgId: Veritas.Notify |
| CLSID: {14F7210E-341B-4957-AA9E-654E86B6004C} |
| Implemented Interfaces: INotify (default) |
| VT_BSTR | Application | Read | The name of the application using this component. Is used for context in some notifications such as emails and event log entries. |
| VT_UNKNOWN | Handler(VT_BSTR HandlerID) | Read Write | Retrieve a handler to access it's custom properties. |
| VT_VOID Initialize(VT_BSTR Application, VT_BSTR ConfigFile) | Loads notification handlers and policies from the config file. Must call this first or notifications will not be processed. |
| VT_UNKNOWN GetHandler(VT_BSTR HandlerID) | Retrieve a currently loaded handler to access its custom properties. ID is the CLSID of the handler. The handler must implement INotifyHandler. |
| VT_VOID Notify(ePQ_NOTIFY_TYPE Type, ePQ_NOTIFY_PRIORITY Priority, VT_UI4 Code, VT_BSTR Description, VT_BSTR Source, VT_DATE TimeStamp) | Notifications sent through this method will be distributed to handlers. |
| Copyright © 2004-2019 Veritas Technologies LLC. All Rights Reserved. |