IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

ResourceHashAlgorithm Property

The hash's algorithm.

Syntax

ANSI (Cross Platform)
int GetResourceHashAlgorithm(int iResourceIndex);
int SetResourceHashAlgorithm(int iResourceIndex, int iResourceHashAlgorithm); Unicode (Windows) INT GetResourceHashAlgorithm(INT iResourceIndex);
INT SetResourceHashAlgorithm(INT iResourceIndex, INT iResourceHashAlgorithm);
- (int)resourceHashAlgorithm:(int)resourceIndex;
- (void)setResourceHashAlgorithm:(int)resourceIndex:(int)newResourceHashAlgorithm;
#define PID_ONEDRIVE_RESOURCEHASHALGORITHM 59

IPWORKSCLOUD_EXTERNAL void* IPWORKSCLOUD_CALL IPWorksCloud_OneDrive_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSCLOUD_EXTERNAL int IPWORKSCLOUD_CALL IPWorksCloud_OneDrive_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
IPWORKSCLOUD_EXTERNAL int IPWORKSCLOUD_CALL IPWorksCloud_OneDrive_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

0

Remarks

The hash's algorithm.

This property specifies which hash the ResourceHash property is populated with. Changing the value of this property will re-populate the ResourceHash property accordingly. Possible values are:

  • 0 - QuickXOR hash (only applicable for OneDrive for Business and SharePoint Online)
  • 1 - CRC32 hash (only applicable for OneDrive Personal)
  • 2 - SHA1 hash (only applicable for OneDrive Personal)

Note: Hashes are generated by the server, not the class; and it makes no guarantees as to when hashes are generated (it may not do so immediately).

The ResourceIndex parameter specifies the index of the item in the array. The size of the array is controlled by the ResourceCount property.

This property is not available at design time.

Data Type

Integer

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