IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

DataDescription Property

The description of data.

Syntax

ANSI (Cross Platform)
char* GetDataDescription();
int SetDataDescription(const char* lpszDataDescription); Unicode (Windows) LPWSTR GetDataDescription();
INT SetDataDescription(LPCWSTR lpszDataDescription);
@property (nonatomic,readwrite,assign,getter=dataDescription,setter=setDataDescription:) NSString* dataDescription;
- (NSString*)dataDescription;
- (void)setDataDescription:(NSString*)newDataDescription;
#define PID_DPAPI_DATADESCRIPTION 1

IPWORKSENCRYPT_EXTERNAL void* IPWORKSENCRYPT_CALL IPWorksEncrypt_DPAPI_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSENCRYPT_EXTERNAL int IPWORKSENCRYPT_CALL IPWorksEncrypt_DPAPI_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property specifies an optional description of the protected data.

This may be set before calling Protect. This property will be populated when calling Unprotect.

This setting is not applicable when UseCNG is set to True.

Data Type

String

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