IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

InventoryData Property

Holds the inventory data.

Syntax

ANSI (Cross Platform)
int GetInventoryData(char* &lpInventoryData, int &lenInventoryData);

Unicode (Windows)
INT GetInventoryData(LPSTR &lpInventoryData, INT &lenInventoryData);
@property (nonatomic,readonly,assign,getter=inventoryData) NSString* inventoryData;
- (NSString*)inventoryData;

@property (nonatomic,readonly,assign,getter=inventoryDataB) NSData* inventoryDataB; - (NSData*)inventoryDataB;
#define PID_AMAZONGLACIER_INVENTORYDATA 12

IPWORKSCLOUD_EXTERNAL void* IPWORKSCLOUD_CALL IPWorksCloud_AmazonGlacier_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

This property holds the inventory data and is populated after calling GetJobOutput if the job is an inventory retrieval job.

This property is read-only and not available at design time.

Data Type

Binary String

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