IRdcLibrary interface (msrdc.h)
The IRdcLibrary interface is the primary interface for using RDC.
Inheritance
The IRdcLibrary interface inherits from the IUnknown interface. IRdcLibrary also has these types of members:
Methods
The IRdcLibrary interface has these methods.
IRdcLibrary::ComputeDefaultRecursionDepth Computes the maximum level of recursion for the specified file size. |
IRdcLibrary::CreateComparator Creates a signature comparator. |
IRdcLibrary::CreateGenerator Creates a signature generator that will generate the specified levels of signatures. |
IRdcLibrary::CreateGeneratorParameters Returns an IRdcGeneratorParameters interface pointer initialized with the parameters necessary for a signature generator. |
IRdcLibrary::CreateSignatureReader Creates a signature reader to allow an application to decode the contents of a signature file. |
IRdcLibrary::GetRDCVersion Retrieves the version of the installed RDC runtime and the oldest version of the RDC interfaces supported by the installed runtime. |
IRdcLibrary::OpenGeneratorParameters Opens an existing serialized parameter block and returns an IRdcGeneratorParameters interface pointer initialized with the data. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | msrdc.h |