IRdcGenerator::GetGeneratorParameters method (msrdc.h)
The GetGeneratorParameters method returns a copy of the parameters used to create the generator. The generator parameters are fixed when the generator is created.
Syntax
HRESULT GetGeneratorParameters(
[in] ULONG level,
[out] IRdcGeneratorParameters **iGeneratorParameters
);
Parameters
[in] level
The generator level for the parameters to be returned. The range is MSRDC_MINIMUM_DEPTH to MSRDC_MAXIMUM_DEPTH.
[out] iGeneratorParameters
Address of a pointer that on successful return will contain the IRdcGeneratorParameters interface pointer for the parameters for the generator level specified in the level parameter.
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 |