IAzApplication::CreateScope method (azroles.h)
The CreateScope method creates an IAzScope object with the specified name.
Syntax
HRESULT CreateScope(
[in] BSTR bstrScopeName,
[in, optional] VARIANT varReserved,
[out] IAzScope **ppScope
);
Parameters
[in] bstrScopeName
Name for the new IAzScope object.
[in, optional] varReserved
Reserved for future use.
[out] ppScope
A pointer to a pointer to the created IAzScope object.
Return value
If the method succeeds, the method returns S_OK.
Any other HRESULT value indicates that the operation failed.
Remarks
You must call the IAzScope::Submit method to persist any changes made to the returned object.
The returned IAzScope object is an immediate child object of the IAzApplication object.
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 |