Support::GetParameterSet method

Retrieves the specified set of parameters.

Syntax

virtual HRESULT GetParameterSet(
  [in]  ParameterNamespace namespace,
  [out] ParameterSet       **params
) = 0;

Parameters

namespace [in]

Specifies which collection of parameters to retrieve.

params [out]

A double pointer to receive the ParameterSet interface.

Return value

If the function succeeds, the return value is S_OK.

If an invalid namespace was specified, the return value is E_INVALIDARG.

If params is NULL, the return value is E_POINTER.

Remarks

Managed code uses Support.GetParameterSet | getParameterSet method.

Requirements

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Header
AxeRuntime.h
DLL
AxeCore.dll

See also

Support

ParameterSet

Parameter

ParameterNamespace