ModifySecuritySettings method of the Msvm_SecurityService class
Modifies the current security settings of a virtual machine.
Syntax
uint32 ModifySecuritySettings(
[in] string SecuritySettingData,
[out] CIM_ConcreteJob REF Job
);
Parameters
-
SecuritySettingData [in]
-
The new security setting data.
-
Job [out]
-
An optional parameter for monitoring progress of the operation, which is used if the method could not be executed synchronously. If the operation is executing asynchronously, the return value is 4096.
Return value
On success, returns a 0; otherwise, returns an error.
-
Completed with No Error (0)
-
Not Supported (1)
-
Failed (2)
-
Timeout (3)
-
Invalid Parameter (4)
-
Invalid State (5)
-
Incompatible Parameters (6)
-
DMTF Reserved (..)
-
Method Parameters Checked - Job Started (4096)
-
Method Reserved (4097..32767)
-
Vendor Specific (32768..65535)
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 10, version 1703 [desktop apps only] |
Minimum supported server |
Windows Server 2016 |
Namespace |
Root\virtualization\v2 |
MOF |
|
DLL |
|