Microsoft SQL Server Virtual Backup Device Specification
IServerVirtualDeviceSet2::EndConfiguration
Purpose | This function informs the VDI that the server is finished with its configuration. | |
Syntax | HRESULT IServerVirtualDeviceSet2::EndConfiguration (); |
|
Parameters | Argument | Explanation |
---|---|---|
None | Not applicable. | |
Return Values | Argument | Explanation |
NOERROR | The function succeeded. | |
VD_E_ABORT | Abort was requested. | |
VD_E_PROTOCOL | The set is not in the Configurable state. | |
VD_E_MEMORY | The memory required via the 'RequestBuffers' calls could not be obtained. The set remains in the configurable state with no buffer space available. The server can either reduce its buffer requirements or abort the operation. | |
Remarks |