IRdcLibrary::CreateSignatureReader method (msrdc.h)

The CreateSignatureReader method creates a signature reader to allow an application to decode the contents of a signature file.

Syntax

HRESULT CreateSignatureReader(
  [in]  IRdcFileReader      *iFileReader,
  [out] IRdcSignatureReader **iSignatureReader
);

Parameters

[in] iFileReader

An IRdcFileReader interface pointer initialized to read the signatures.

[out] iSignatureReader

Pointer to a location that will receive an IRdcSignatureReader interface pointer. On a successful return the interface will be initialized on return. Callers must release the interface.

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

IRdcFileReader

IRdcLibrary

IRdcSignatureReader