IRdcGeneratorParameters interface (msrdc.h)
The IRdcGeneratorParameters interface is the generic interface for all types of generator parameters. All generator parameter objects must support this interface.
Inheritance
The IRdcGeneratorParameters interface inherits from the IUnknown interface. IRdcGeneratorParameters also has these types of members:
Methods
The IRdcGeneratorParameters interface has these methods.
IRdcGeneratorParameters::GetGeneratorParametersType Returns the specific type of the parameters. |
IRdcGeneratorParameters::GetParametersVersion Returns information about the version of RDC used to serialize the parameters. |
IRdcGeneratorParameters::GetSerializeSize Returns the size, in bytes, of the serialized parameter data. |
IRdcGeneratorParameters::Serialize Serializes the parameter data into a block of memory. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | msrdc.h |