Skip to content

Latest commit

 

History

History
78 lines (48 loc) · 1.56 KB

deleteextractedfiles.md

File metadata and controls

78 lines (48 loc) · 1.56 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
The DeleteExtractedFiles function deletes the files that were extracted by the Extract function.
253e6267-d4be-46d6-bad2-2eb20bbc7e33
DeleteExtractedFiles function
reference
05/31/2018
APIRef
kbSyntax
DeleteExtractedFiles
DllExport
Cabinet.dll

DeleteExtractedFiles function

[This function is no longer supported, so its behavior cannot be guaranteed.]

The DeleteExtractedFiles function deletes the files that were extracted by the Extract function.

Syntax

VOID WINAPI DeleteExtractedFiles(
   PSESSION ps
);

Parameters

ps

A pointer to a SESSION structure that contains information about the current session.

This function frees the memory in the pFileList member of this structure and sets pFileList to NULL.

Return value

This function does not return a value.

Remarks

This function has no associated import library or header file; you must call it using the LoadLibrary and GetProcAddress functions.

Requirements

Requirement Value
DLL
Cabinet.dll

See also

Extract

SESSION