SetupGetFileCompressionInfoW.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

SetupGetFileCompressionInfoW (SETUPAPI.@)

SYNOPSIS

DWORD SetupGetFileCompressionInfoW
 (
  PCWSTR source,
  PWSTR* name,
  PDWORD source_size,
  PDWORD target_size,
  PUINT  type
 )

DESCRIPTION

Get compression type and compressed/uncompressed sizes of a given file.

PARAMS

source [In] File to examine.

name [Out] Actual filename used.

source_size [Out] Size of compressed file.

target_size [Out] Size of uncompressed file.

type [Out] Compression type.

RETURNS

Success: ERROR_SUCCESS

Failure: Win32 error code.

IMPLEMENTATION

Defined in "setupapi.h".

Implemented in "dlls/setupapi/misc.c".

Debug channel "setupapi".