mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: THeaderData flags
This commit is contained in:
parent
f37ec5dfca
commit
6b39b7bdd5
2 changed files with 6 additions and 0 deletions
|
|
@ -71,6 +71,9 @@
|
|||
|
||||
#define PK_CRYPTOPT_MASTERPASS_SET 1 // The user already has a master password defined
|
||||
|
||||
/* tHeaderData Flags */
|
||||
#define RHDF_ENCRYPTED 0x04 // File encrypted with password
|
||||
|
||||
typedef struct {
|
||||
char ArcName[260];
|
||||
char FileName[260];
|
||||
|
|
|
|||
|
|
@ -83,6 +83,9 @@ const {Error codes returned to calling application}
|
|||
|
||||
PK_CRYPTOPT_MASTERPASS_SET = 1; // The user already has a master password defined
|
||||
|
||||
{ THeaderData Flags }
|
||||
RHDF_ENCRYPTED = $04; { File encrypted with password }
|
||||
|
||||
type
|
||||
{ Unsigned integer with pointer size }
|
||||
TArcHandle = {$IFDEF CPU64}QWord{$ELSE}LongWord{$ENDIF};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue