Struttura RdcBufferPointer (msrdc.h)

La struttura RdcBufferPointer descrive un buffer.

Sintassi

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

Members

m_Size

Dimensioni, in byte, del buffer.

m_Used

Per i buffer di input, IRdcComparator::P rocess e IRdcGenerator::P rocess archivieranno qui la quantità (se presente) del buffer usata durante l'elaborazione.

m_Data

Puntatore al buffer.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista
Server minimo supportato Windows Server 2008
Intestazione msrdc.h

Vedi anche

Strutture di compressione differenziale remote