RdcSignature structure (msrdc.h)

The RdcSignature structure contains a single signature and the length of the chunk used to generate it.

Syntax

typedef struct __MIDL___MIDL_itf_msrdc_0000_0000_0007 {
  BYTE   m_Signature[16];
  USHORT m_BlockLength;
} RdcSignature;

Members

m_Signature[16]

Signature of a chunk of data.

m_BlockLength

Length of the chunk represented by this signature.

Requirements

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

See also

RdcSignaturePointer

Remote Differential Compression Structures