IServerVirtualDeviceSet2::FreeBuffer

Microsoft SQL Server Virtual Backup

Microsoft SQL Server Virtual Backup Device Specification

IServerVirtualDeviceSet2::FreeBuffer

Purpose This function obtains a shared memory buffer from the virtual device set.
Syntax HRESULT IServerVirtualDeviceSet2::FreeBuffer (

   LPVOID   pBuffer,

   UINT32   dwSize

);

Parameters Argument Explanation
  pBuffer This returns a buffer returned by IServerVirtualDeviceSet2::AllocateBuffer.
  dwSize This is the size of the buffer in bytes. This does not include any prefix zone requested by the client. Any such zone is hidden from the server and there will be space available prior to when the buffer address is returned.
Return Values Argument Explanation
  NOERROR The buffer is returned.
  VD_E_INVALID A parameter was invalid.
Remarks None