SecureBlackbox 2020 C++ Edition

Questions / Feedback?

AttachmentBytes Property

Use this property to pass an attachment to class in the byte array form.

Syntax

ANSI (Cross Platform)
int GetAttachmentBytes(char* &lpAttachmentBytes, int &lenAttachmentBytes);
int SetAttachmentBytes(const char* lpAttachmentBytes, int lenAttachmentBytes); Unicode (Windows) INT GetAttachmentBytes(LPSTR &lpAttachmentBytes, INT &lenAttachmentBytes);
INT SetAttachmentBytes(LPCSTR lpAttachmentBytes, INT lenAttachmentBytes);
@property (nonatomic,readwrite,assign,getter=attachmentBytes,setter=setAttachmentBytes:) NSData* attachmentBytes;
- (NSData*)attachmentBytes;
- (void)setAttachmentBytes:(NSData*)newAttachmentBytes;
#define PID_SOAPCLIENT_ATTACHMENTBYTES 1

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

Remarks

Assign a byte array containing the data to be processed to this property.

This property is not available at design time.

Data Type

Byte Array

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