tChangeVolProcW function |
Top Previous Next |
The function asks the user about location of the next part of a multi-volume archive. Syntax C++
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:
Return value Type: int If user interrupted execution – 0. Otherwise processing should be continued. |