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.
Important
The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.
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
Returns a value of 0 (zero) on success, and any other number to indicate an error. For additional error codes, see WMI Error Constants or WbemErrorEnum. For general HRESULT values, see System Error Codes.
-
0
-
Success.
-
2
-
Access denied.
-
8
-
Unspecified failure.
-
9
-
Invalid object.
-
10
-
Object already exists.
-
11
-
File system not NTFS.
-
12
-
Platform not Windows.
-
13
-
Drive not the same.
-
14
-
Directory not empty.
-
15
-
Sharing violation.
-
16
-
Invalid start file.
-
17
-
Privilege not held.
-
21
-
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\CIMV2 |
MOF |
|
DLL |
|