This topic has not yet been rated - Rate this topic

CompressEx method of the Win32_CodecFile class

The CompressEx WMI class method compresses the logical codec file (or directory) specified in the object path (this method is an extended version of the Compress method).

This topic uses Managed Object Format (MOF) syntax. For more information about using this method, see Calling a Method.

Syntax


uint32 CompressEx(
  [out]           string StopFileName,
  [in, optional]  string StartFileName,
  [in, optional]  boolean Recursive
);

Parameters

StopFileName [out]

Name of the file or directory where the CompressEx method failed. This parameter will be null if the method succeeds.

StartFileName [in, optional]

Names the child file or directory to use as a starting point for CompressEx .The StartFileName parameter is typically the StopFileName parameter specifying the file or directory at which an error occurred from the previous method call. If this parameter is NULL, the operation is performed on the file or directory specified in the ExecMethod call.

Recursive [in, optional]

If true, the change of ownership will be applied recursively to files and directories within the directory specified by the CIM_LogicalFile instance. Note: for file instances, the Recursive input parameter is ignored.

Return value

Return codeDescription
0

The request was successful.

2

Access was denied.

8

An unspecified failure occurred.

9

The name specified was not valid.

10

The object specified already exists.

11

The file system is not NTFS.

12

The platform is not Windows 2000 or Windows NT.

13

The drive is not the same.

14

The directory is not empty.

15

There has been a sharing violation.

16

The start file specified was not valid.

17

A privilege required for the operation is not held.

21

A parameter specified 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

Cimwin32.mof

DLL

Cimwin32.dll

See also

Operating System Classes
Win32_CodecFile

 

 

Send comments about this topic to Microsoft

Build date: 11/19/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.