SecureBlackbox 2020 C++ Edition

Questions / Feedback?

InputIsText Property

Whether the input data is text.

Syntax

ANSI (Cross Platform)
int GetInputIsText();
int SetInputIsText(int bInputIsText); Unicode (Windows) BOOL GetInputIsText();
INT SetInputIsText(BOOL bInputIsText);
@property (nonatomic,readwrite,assign,getter=inputIsText,setter=setInputIsText:) BOOL inputIsText;
- (BOOL)inputIsText;
- (void)setInputIsText:(BOOL)newInputIsText;
#define PID_PGPWRITER_INPUTISTEXT 24

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

Default Value

FALSE

Remarks

Set this property to true to indicate that the supplied data should be treated as text.

Data Type

Boolean

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