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 GetParameter method gets the specified value from the varParameterValues parameter of the IAzClientContext::AccessCheck method.
Syntax
HRESULT GetParameter(
[in] BSTR bstrParameterName,
[out] VARIANT *pvarParameterValue
);
Parameters
[in] bstrParameterName
Name of the value to return. The name must match the name in one of the elements in the array passed into the varParameterNames parameter of the AccessCheck method.
[out] pvarParameterValue
Parameter value from the varParameterValues parameter of the AccessCheck method that corresponds to the name specified by the bstrParameterName parameter, if found; otherwise, NULL.
Return value
If the method succeeds, the method returns S_OK.
Any other HRESULT value indicates that the operation failed.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Target Platform | Windows |
| Header | azroles.h |
| Library | Azroles.lib |
| DLL | Azroles.dll |
| Redistributable | Windows Server 2003 Administration Tools Pack on Windows XP |