SWbemPrivilegeSet.DeleteAll method

The DeleteAll method of the SWbemPrivilegeSet object removes all privileges from the collection, thus emptying it.

Syntax

SWbemPrivilegeSet.DeleteAll()

Parameters

This method has no parameters.

Return value

This method does not return a value.

Error codes

Upon the completion of the DeleteAll method, the Err object may contain the error code below.

wbemErrFailed - 2147749889 (0x80041001)

Unspecified error.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
Wbemdisp.h
Type library
Wbemdisp.tlb
DLL
Wbemdisp.dll
CLSID
CLSID_SWbemPrivilegeSet
IID
IID_ISWbemPrivilegeSet

See also

SWbemPrivilegeSet

Executing Privileged Operations

SWbemPrivilegeSet.Remove