Compress method of the CIM_DataFile class
The Compress method uses NTFS compression to compress the logical file (or directory) that is specified in the object path. This method is inherited from CIM_LogicalFile.
This topic uses Managed Object Format (MOF) syntax. For more information about using this method, see Calling a Method.
Syntax
uint32 Compress();
Parameters
This method has no parameters.
Return value
| Return code | Description |
|---|---|
|
Success. |
|
Access denied. |
|
Unspecified failure. |
|
Invalid object. |
|
Object already exists. |
|
File system not NTFS. |
|
Platform not Windows NT or Windows 2000. |
|
Drive not the same. |
|
Directory not empty. |
|
Sharing violation. |
|
Invalid start file. |
|
Privilege not held. |
|
Invalid parameter. |
Remarks
The Compress method in CIM_DataFile is implemented by WMI.
This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.
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