IRdcSignatureReader::ReadHeader method (msrdc.h)

The ReadHeader method reads the signature header and returns a copy of the parameters used to generate the signatures.

Syntax

HRESULT ReadHeader(
  [out] RDC_ErrorCode *rdc_ErrorCode
);

Parameters

[out] rdc_ErrorCode

Address of a RDC_ErrorCode enumeration that will receive any RDC-specific error code.

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

RDC_ErrorCode