RdcBufferPointer structure (msrdc.h)

The RdcBufferPointer structure describes a buffer.

Syntax

typedef struct __MIDL___MIDL_itf_msrdc_0000_0000_0005 {
  ULONG m_Size;
  ULONG m_Used;
  BYTE  *m_Data;
} RdcBufferPointer;

Members

m_Size

Size, in bytes, of the buffer.

m_Used

For input buffers, IRdcComparator::Process and IRdcGenerator::Process will store here how much (if any) of the buffer was used during processing.

m_Data

Pointer to the buffer.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header msrdc.h

See also

Remote Differential Compression Structures