SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

Description Property

The description of the vault.

Syntax

ANSI (Cross Platform)
char* GetDescription();
int SetDescription(const char* lpszDescription); Unicode (Windows) LPWSTR GetDescription();
INT SetDescription(LPCWSTR lpszDescription);
@property (nonatomic,readwrite,assign,getter=description,setter=setDescription:) NSString* description;
- (NSString*)description;
- (void)setDescription:(NSString*)newDescription;
#define PID_PASSWORDVAULT_DESCRIPTION 1

SECUREBLACKBOXLITE_EXTERNAL void* SECUREBLACKBOXLITE_CALL SecureBlackboxLite_PasswordVault_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOXLITE_EXTERNAL int SECUREBLACKBOXLITE_CALL SecureBlackboxLite_PasswordVault_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

Use this property to provide a textual description (comment) for the vault. This value is not encrypted even if the vault is.

Data Type

String

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