IVMVirtualServer::AttachScriptToEvent method
The AttachScriptToEvent method specifies a script to run when an event occurs.
Syntax
HRESULT AttachScriptToEvent(
[in] VMEventType eventType,
[in] BSTR scriptCommandLine
);
Parameters
-
eventType [in]
-
The event type.
-
scriptCommandLine [in]
-
Command line to be executed when the specified event occurs.
Return value
This method can return one of these values.
This method supports standard return values, as well as the following. For information on Virtual Server specific return values not listed below, see HRESULT Codes Specific to the Virtual Server.
Return code | Description |
---|---|
|
The operation was successful. |
|
The scriptCommandLine parameter is NULL. |
|
The eventType parameter specifies an invalid event type. |
|
The configuration is unknown. |
|
A script is already attached to this event. |
|
An unexpected error occurred. |
Remarks
Scripts attached to an event will be launched automatically by Virtual Server when the event occurs.
Requirements
Product |
Microsoft Virtual Server 2005 onWindows Server 2003 |
Download |
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003 |
Header |
|