Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The CreateGeneratorParameters method returns an IRdcGeneratorParameters interface pointer initialized with the parameters necessary for a signature generator.
Syntax
HRESULT CreateGeneratorParameters(
[in] GeneratorParametersType parametersType,
[in] ULONG level,
[out] IRdcGeneratorParameters **iGeneratorParameters
);
Parameters
[in] parametersType
Specifies the type of signature generator for the created parameters, enumerated by the GeneratorParametersType enumeration. The initial release of RDC only supports one type, RDCGENTYPE_FilterMax.
[in] level
The recursion level for this parameter block. A parameter block is needed for each level of generated signatures. The valid range is from MSRDC_MINIMUM_DEPTH to MSRDC_MAXIMUM_DEPTH.
[out] iGeneratorParameters
Pointer to a location that will receive an IRdcGeneratorParameters 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 |