RdcSignaturePointer structure (msrdc.h)

The RdcSignaturePointer structure describes an array of RdcSignature structures. The RdcSignaturePointer structure is used as both input and output by the IRdcSignatureReader::ReadSignatures method.

Syntax

typedef struct __MIDL___MIDL_itf_msrdc_0000_0000_0008 {
  ULONG        m_Size;
  ULONG        m_Used;
  RdcSignature *m_Data;
} RdcSignaturePointer;

Members

m_Size

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

m_Used

When the structure is passed to the IRdcSignatureReader::ReadSignatures method, this member should be zero. On return this member will contain the number of RdcSignature structures that were filled.

m_Data

Address of an array of RdcSignature structures.

Requirements

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

See also

IRdcSignatureReader::ReadSignatures

RdcSignature

Remote Differential Compression Structures