Microsoft SQL Server Virtual Backup Device Specification
IClientVirtualDeviceSet2::GetConfiguration
Purpose | This function is used to wait for the server to configure the virtual device set. | ||
Syntax | HRESULT IClientVirtualDeviceSet2::GetConfiguration (
|
||
Parameters | Argument | Explanation | |
---|---|---|---|
DwTimeOut | This is the time-out in milliseconds. Use INFINITE to prevent time-out. | ||
pCfg | Upon successful execution, this contains the configuration selected by the server. For more information, see Configuration. | ||
Return Values | Argument | Explanation | |
NOERROR | The configuration was returned. | ||
VD_E_ABORT | SignalAbort was invoked. | ||
VD_E_TIMEOUT | The function timed out. | ||
Remarks | This function blocks in an Alertable state. After successful invocation, the devices in the virtual device set may be opened. |