IServerVirtualDeviceSet2::GetConfiguration

Microsoft SQL Server Virtual Backup

Microsoft SQL Server Virtual Backup Device Specification

IServerVirtualDeviceSet2::GetConfiguration

Purpose This function obtains the configuration requested by the client.
Syntax HRESULT IServerVirtualDeviceSet2::GetConfiguration (

   VDConfig*   pCfg

);

Parameters Argument Explanation
  pCfg This is the configuration specified by the client using IClientVirtualDeviceSet2::Create.
Return Values Argument Explanation
  NOERROR The function succeeded.
Remarks The server is expected to inspect and respond to the settings provided by the client. For more information, see Configuration. The server can use SignalAbort if it determines that it cannot operate correctly with the provided configuration.