UID | title | description | helpviewer_keywords | old-location | tech.root | ms.assetid | ms.date | ms.keywords | req.header | req.include-header | req.target-type | req.target-min-winverclnt | req.target-min-winversvr | req.kmdf-ver | req.umdf-ver | req.ddi-compliance | req.unicode-ansi | req.idl | req.max-support | req.namespace | req.assembly | req.type-library | req.lib | req.dll | req.irql | targetos | req.typenames | req.redist | ms.custom | f1_keywords | dev_langs | topic_type | api_type | api_location | api_name | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
NF:azroles.IAzApplication.DeleteApplicationGroup |
IAzApplication::DeleteApplicationGroup (azroles.h) |
Removes the IAzApplicationGroup object with the specified name from the IAzApplication object. |
|
security\iazapplication_deleteapplicationgroup.htm |
security |
e2ec7ba1-5998-45bf-aacf-e519bb944d5e |
03/20/2023 |
AzApplication object [Security],DeleteApplicationGroup method, DeleteApplicationGroup, DeleteApplicationGroup method [Security], DeleteApplicationGroup method [Security],AzApplication object, DeleteApplicationGroup method [Security],IAzApplication interface, IAzApplication interface [Security],DeleteApplicationGroup method, IAzApplication.DeleteApplicationGroup, IAzApplication::DeleteApplicationGroup, azroles/IAzApplication::DeleteApplicationGroup, security.iazapplication_deleteapplicationgroup |
azroles.h |
Windows |
Windows Vista [desktop apps only] |
Windows Server 2003 [desktop apps only] |
Azroles.lib |
Azroles.dll |
Windows |
Windows Server 2003 Administration Tools Pack on Windows XP |
19H1 |
|
|
|
|
|
|
The DeleteApplicationGroup method removes the IAzApplicationGroup object with the specified name from the IAzApplication object.
Name of the IAzApplicationGroup object to delete.
Reserved for future use.
If the method succeeds, it will return S_OK
. Any other HRESULT value indicates that the operation failed.
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 C# and Visual Basic, references to deleted objects are automatically released.