IAzApplication3::CreateScope2 method (azroles.h)

The CreateScope2 method creates a new IAzScope2 object with the specified name.

Syntax

HRESULT CreateScope2(
  [in]  BSTR      bstrScopeName,
  [out] IAzScope2 **ppScope2
);

Parameters

[in] bstrScopeName

A string that contains the name of the new IAzScope2 object.

[out] ppScope2

The address of a pointer to the IAzScope2 object that this method creates.

When you have finished using this IAzScope2 object, release it by calling the IUnknown::Release method.

Return value

If the method succeeds, it returns S_OK.

If the method fails, it returns an error code. For a list of common error codes, see Common HRESULT Values.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header azroles.h
DLL Azroles.dll