Skip to content

Latest commit

 

History

History
77 lines (62 loc) · 3.37 KB

nf-azroles-iazapplication-deleteapplicationgroup.md

File metadata and controls

77 lines (62 loc) · 3.37 KB
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.
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
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
IAzApplication::DeleteApplicationGroup
azroles/IAzApplication::DeleteApplicationGroup
c++
APIRef
kbSyntax
COM
Azroles.dll
IAzApplication.DeleteApplicationGroup
AzApplication.DeleteApplicationGroup

IAzApplication::DeleteApplicationGroup

-description

The DeleteApplicationGroup method removes the IAzApplicationGroup object with the specified name from the IAzApplication object.

-parameters

-param bstrGroupName [in]

Name of the IAzApplicationGroup object to delete.

-param varReserved [in, optional]

Reserved for future use.

-returns

If the method succeeds, it will return S_OK. Any other HRESULT value indicates that the operation failed.

-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 C# and Visual Basic, references to deleted objects are automatically released.

-see-also

IAzApplicationGroup

IAzApplication