IAzScope::DeleteApplicationGroup method (azroles.h)
The DeleteApplicationGroup method removes the IAzApplicationGroup object with the specified name from the IAzScope object.
Syntax
HRESULT DeleteApplicationGroup(
[in] BSTR bstrGroupName,
[in, optional] VARIANT varReserved
);
Parameters
[in] bstrGroupName
Name of the IAzApplicationGroup object to delete.
[in, optional] varReserved
Reserved for future use.
Return value
None
Remarks
If there are any IAzApplicationGroup references to an IAzApplicationGroup object that has been deleted from the cache, the IAzApplicationGroup object can no longer be used. In C++, you must release references to deleted IAzApplicationGroup objects by calling the IUnknown::Release method. In Visual Basic, references to deleted objects are automatically released.
Requirements
| 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 |