This structure defines the parameters used by the VAPIMWP_FILE_EXTRACT message to extract subfiles from a container file.
#include <kvvapi.h>
typedef struct tag_TPVAPIExtract
{
LPSTR szTargetDirectory;
LPSTR szPassWord;
BOOL bPreserveDirStructure;
BOOL bFailIfExists;
}
TPVAPIExtract;
|
|
The target directory to which to extract the subfiles. |
|
|
Password required to open a password-protected subfile. NOTE: This member is obsolete.
|
|
|
Specifies whether to preserve the directory structure. |
|
|
Specifies whether to fail if the file already exists. |
|
|