IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

ObjectComplianceHash Property

The SHA-256 hash of an object, intended to be used to verify that it hasn't changed.

Syntax

ANSI (Cross Platform)
char* GetObjectComplianceHash();

Unicode (Windows)
LPWSTR GetObjectComplianceHash();
@property (nonatomic,readonly,assign,getter=objectComplianceHash) NSString* objectComplianceHash;
- (NSString*)objectComplianceHash;
#define PID_WASABI_OBJECTCOMPLIANCEHASH 33

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

Default Value

""

Remarks

The SHA-256 hash of an object, intended to be used to verify that it hasn't changed.

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

Data Type

String

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