SecureBlackbox 2020 C++ Edition

Questions / Feedback?

Output Property

Contains the output of the request processing.

Syntax

ANSI (Cross Platform)
char* GetOutput();

Unicode (Windows)
LPWSTR GetOutput();
@property (nonatomic,readonly,assign,getter=output) NSString* output;
- (NSString*)output;
#define PID_DCAUTH_OUTPUT 15

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_DCAuth_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

When ProcessRequest method completes it saves the processing output to this property. The output typically contains the response to be sent back to the requestor.

This property is read-only.

Data Type

String

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