Skip to content

Latest commit

 

History

History
89 lines (70 loc) · 2.69 KB

ns-msrdc-rdcneedpointer.md

File metadata and controls

89 lines (70 loc) · 2.69 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:msrdc.__MIDL___MIDL_itf_msrdc_0000_0000_0006
RdcNeedPointer (msrdc.h)
Describes an array of RdcNeed structures.
RdcNeedPointer
RdcNeedPointer structure [Remote Differential Compression]
fs.rdcneedpointer
msrdc/RdcNeedPointer
rdc.rdcneedpointer
rdc\rdcneedpointer.htm
rdc
92a1fae7-5ada-4f7d-a736-c93bc404a418
12/05/2018
RdcNeedPointer, RdcNeedPointer structure [Remote Differential Compression], fs.rdcneedpointer, msrdc/RdcNeedPointer, rdc.rdcneedpointer
msrdc.h
Windows
Windows Vista
Windows Server 2008
MsRdc.idl
Windows
RdcNeedPointer
19H1
__MIDL___MIDL_itf_msrdc_0000_0000_0006
msrdc/__MIDL___MIDL_itf_msrdc_0000_0000_0006
RdcNeedPointer
msrdc/RdcNeedPointer
c++
APIRef
kbSyntax
HeaderDef
MsRdc.h
RdcNeedPointer

RdcNeedPointer structure

-description

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

-struct-fields

-field m_Size

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

-field 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.

-field m_Data

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

-see-also

IRdcComparator::Process

RdcNeed

Remote Differential Compression Structures