tChangeVolProcW function

Top  Previous  Next

The function asks the user about location of the next part of a multi-volume archive.

Syntax C++

typedef int (__stdcall *tChangeVolProcW)(

                _Inout_ wchar_t *ArcVolName,

                _In_ int Mode

);

 

Parameters

ArcVolName [in, out]

Type: wchar_t*

On input contains the name of the previous part of the multi-volume archive.

On output contains a name of the next part. The name must not exceed 260 characters.

Mode [in]

Type: int

Controls the function call mode:

Code

Comments

PK_VOL_ASK

0

User is asked about location of the next part

PK_VOL_NOTIFY

1

The program notifies about finishing unpacking the next part

 

Return value

Type: int

If user interrupted execution – 0. Otherwise processing should be continued.