IRdcGeneratorParameters::GetParametersVersion method (msrdc.h)

The GetParametersVersion method returns information about the version of RDC used to serialize the parameters.

Syntax

HRESULT GetParametersVersion(
  [out] ULONG *currentVersion,
  [out] ULONG *minimumCompatibleAppVersion
);

Parameters

[out] currentVersion

Address of a ULONG that will receive the version of RDC used to serialize the parameters for this object. This corresponds to the MSRDC_VERSION constant.

[out] minimumCompatibleAppVersion

Address of a ULONG that will receive the version of RDC that is compatible with the serialized parameters. This corresponds to the MSRDC_MINIMUM_COMPATIBLE_APP_VERSION constant.

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

IRdcGeneratorParameters

IRdcLibrary::GetRDCVersion