Use this message to extract selected subfiles in a container file either to disk or to a Viewing window. Container file types include ZIP, TAR, or PST. This prompts the user to specify a target directory and password (if required).
#include <kvvapi.h> SendMessage(hWndVAPI, VAPIM_FILE, VAPIMWP_FILE_UNZIP, (LPARAM) (BOOL) bUnzipToDisk );
Argument |
Description |
---|---|
|
The handle of the VAPI window. |
|
A flag that is |
SendMessage()
returns TRUE
on success; FALSE
otherwise.
Use this message to implement an Extract menu or toolbar button. You can extract the selected file to disk, or extract and view it.
|