IRdcSignatureReader::ReadSignatures method (msrdc.h)

The ReadSignatures method reads a block of signatures from the current position.

Syntax

HRESULT ReadSignatures(
  [in, out] RdcSignaturePointer *rdcSignaturePointer,
  [out]     BOOL                *endOfOutput
);

Parameters

[in, out] rdcSignaturePointer

Address of a RdcSignaturePointer structure. On input the m_Size member of this structure must contain the number of RdcSignature structures in the array pointed to by the m_Data member, and the m_Used member must be zero. On output the m_Used member will contain the number of RdcSignature structures in the array pointed to by the m_Data member.

[out] endOfOutput

Address of a BOOL that is set to TRUE if the end of the signatures has been read.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header msrdc.h
DLL MsRdc.dll

See also

IRdcSignatureReader

RdcSignaturePointer