RdcNeedPointer structure (msrdc.h)

The RdcNeedPointer structure describes an array of RdcNeed structures. The RdcNeedPointer structure is used as both input and output by the IRdcComparator::Process method.

Syntax

typedef struct __MIDL___MIDL_itf_msrdc_0000_0000_0006 {
  ULONG   m_Size;
  ULONG   m_Used;
  RdcNeed *m_Data;
} RdcNeedPointer;

Members

m_Size

Contains the number of RdcNeed structures in array pointed to by m_Data.

m_Used

When the structure is passed to the IRdcComparator::Process method, this member should be zero. On return this member will contain the number of RdcNeed structures that were filled with data.

m_Data

Address of array of RdcNeed structures that describe the chunks required from the source and seed data.

Requirements

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

See also

IRdcComparator::Process

RdcNeed

Remote Differential Compression Structures