GetSecurityDescriptor method of the Win32_SecuritySetting class
The GetSecurityDescriptor WMI class method retrieves a representation of the security descriptor as a Win32_SecurityDescriptor for the Win32_SecuritySetting object.
This topic uses Managed Object Format (MOF) syntax. For more information about using this method, see Calling a Method.
Syntax
uint32 GetSecurityDescriptor(
[out] Win32_SecurityDescriptor Descriptor
);
Parameters
-
Descriptor [out]
-
Expression that resolves to an instance of Win32_SecurityDescriptor.
Return value
Returns a value of 0 (zero) on success, and any other number to indicate an error.
-
0
-
The request was accepted.
-
1
-
The request is not supported.
-
2
-
The user did not have the necessary access.
-
8
-
Interactive process.
-
9
-
The name specified was not valid.
-
21
-
The parameters passed to the service are not valid.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\CIMv2 |
MOF |
|
DLL |
|