IAzAuthorizationStore::OpenApplicationGroup method (azroles.h)

The OpenApplicationGroup method opens an IAzApplicationGroup object with the specified name.

Syntax

HRESULT OpenApplicationGroup(
  [in]           BSTR                bstrGroupName,
  [in, optional] VARIANT             varReserved,
  [out]          IAzApplicationGroup **ppGroup
);

Parameters

[in] bstrGroupName

Name of the IAzApplicationGroup object to open.

[in, optional] varReserved

Reserved for future use.

[out] ppGroup

A pointer to a pointer to the opened IAzApplicationGroup object.

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