Estructura RdcBufferPointer (msrdc.h)

La estructura RdcBufferPointer describe un búfer.

Sintaxis

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

Miembros

m_Size

Tamaño, en bytes, del búfer.

m_Used

Para los búferes de entrada, IRdcComparator::P rocess e IRdcGenerator::P rocess almacenarán aquí cuánto (si existe) del búfer se usó durante el procesamiento.

m_Data

Puntero al búfer.

Requisitos

Requisito Value
Cliente mínimo compatible Windows Vista
Servidor mínimo compatible Windows Server 2008
Encabezado msrdc.h

Consulte también

Estructuras de compresión diferencial remota