ReadHeaderExW function

Top  Previous  Next

Returns descriptor for the next file or folder in the archive.

Syntax C++

int __stdcall ReadHeaderExW(

                _In_ HANDLE hArcData,

                _Out_ tHeaderDataExW *HeaderDataEx

);

 

Parameters

hArcData [in]

Type: HANDLE

Archive identifier.

HeaderDataEx [out]

Type: *tHeaderDataExW

Pointer to a structure with information about next file/folder.

Return value

Type: int

Returns 0 if success.

Returns E_END_ARCHIVE if couldn't retrieve the next file (end of files).

Otherwise returns error code.