SecureBlackbox 2020 C++ Edition

Questions / Feedback?

OutputAttachmentBytes Property

Use this property to read the attachment received from the service.

Syntax

ANSI (Cross Platform)
int GetOutputAttachmentBytes(char* &lpOutputAttachmentBytes, int &lenOutputAttachmentBytes);

Unicode (Windows)
INT GetOutputAttachmentBytes(LPSTR &lpOutputAttachmentBytes, INT &lenOutputAttachmentBytes);
@property (nonatomic,readonly,assign,getter=outputAttachmentBytes) NSData* outputAttachmentBytes;
- (NSData*)outputAttachmentBytes;
#define PID_SOAPCLIENT_OUTPUTATTACHMENTBYTES 69

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

Remarks

Check the content of this property after the operation has completed to read the received attachment data.

This property will only be set if OutputAttachmentFile and OutputAttachmentStream properties had not been assigned.

This property is read-only and 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]