SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

NewArchive Property

Indicates whether the archive object represents a new (rather than opened) archive.

Syntax

ANSI (Cross Platform)
int GetNewArchive();

Unicode (Windows)
BOOL GetNewArchive();
@property (nonatomic,readonly,assign,getter=newArchive) BOOL newArchive;
- (BOOL)newArchive;
#define PID_ARCHIVEWRITER_NEWARCHIVE 30

SECUREBLACKBOXLITE_EXTERNAL void* SECUREBLACKBOXLITE_CALL SecureBlackboxLite_ArchiveWriter_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

FALSE

Remarks

This property is set to true if the archive is new, or to false if the class control is editing an existing archive.

NewArchive would typically be set to true after a CreateNew call, and to false after an Open call.

This property is read-only.

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 C++ Edition - Version 20.0 [Build 8166]