SecureBlackbox 2020 C++ Edition

Questions / Feedback?

OutputPath Property

A local path to extract the files to.

Syntax

ANSI (Cross Platform)
char* GetOutputPath();
int SetOutputPath(const char* lpszOutputPath); Unicode (Windows) LPWSTR GetOutputPath();
INT SetOutputPath(LPCWSTR lpszOutputPath);
@property (nonatomic,readwrite,assign,getter=outputPath,setter=setOutputPath:) NSString* outputPath;
- (NSString*)outputPath;
- (void)setOutputPath:(NSString*)newOutputPath;
#define PID_ASICVERIFIER_OUTPUTPATH 69

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_ASiCVerifier_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_ASiCVerifier_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

Assign this property with a path where the extracted files (selected according to ExtractionMode criteria) are to be saved.

Data Type

String

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