IServerVirtualDeviceSet2::IsSharedBuffer

Microsoft SQL Server Virtual Backup

Microsoft SQL Server Virtual Backup Device Specification

IServerVirtualDeviceSet2::IsSharedBuffer

Purpose This function determines if the given buffer address refers to one of the shared buffers made available by the AllocateBuffer method.
Syntax HRESULT IServerVirtualDeviceSet2::IsSharedBuffer (

   LPVOID   lpBuffer

);

Parameters Argument Explanation
  lpBuffer This is an address of a buffer.
Return Values Argument Explanation
  TRUE The buffer is a shared buffer.
  FALSE The buffer is not part of the virtual device set.
Remarks None