ChangeSecurityPermissions method of the Win32_PageFile class
The ChangeSecurityPermissions WMI class method changes the security permissions for the logical paging file specified in the object path. If the logical file is a directory, then ChangeSecurityPermissions is recursive, and changes the security permissions of all of the files and subdirectories that the directory contains.
This topic uses Managed Object Format (MOF) syntax. For more information about using this method, see Calling a Method.
Syntax
uint32 ChangeSecurityPermissions( [in] Win32_SecurityDescriptor SecurityDescriptor, [in] uint32 Option );
Parameters
- SecurityDescriptor [in]
-
Expression that resolves to an instance of Win32_SecurityDescriptor. This descriptor contains new security permissions for the instance of Win32_PageFile.
- Option [in]
-
Security privilege to be modified. For example, to change the owner and discretionary access control list (DACL) security, use:
Option = 1 + 4-or-
Option = CHANGE_OWNER_SECURITY_INFORMATION | CHANGE_DACL_SECURITY_INFORMATION
Return value
| Return code | Description |
|---|---|
|
The request is successful. |
|
Access is denied. |
|
An unspecified failure occurred. |
|
The specified name is not valid. |
|
The specified object already exists. |
|
The file system is not an NTFS file system. |
|
The platform is not Windows 2000 or Windows NT. |
|
The drive is not the same. |
|
The directory is not empty. |
|
There is a sharing violation. |
|
The specified start file is not valid. |
|
A privilege required for the operation is missing. |
|
A specified parameter is not valid. |
Examples
For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.
For C++ code examples, see WMI C++ Application Examples.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Namespace |
\root\CIMV2 |
|
MOF |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 11/19/2012
