IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

PromptTitle Property

The title of the prompt window.

Syntax

ANSI (Cross Platform)
char* GetPromptTitle();
int SetPromptTitle(const char* lpszPromptTitle); Unicode (Windows) LPWSTR GetPromptTitle();
INT SetPromptTitle(LPCWSTR lpszPromptTitle);
@property (nonatomic,readwrite,assign,getter=promptTitle,setter=setPromptTitle:) NSString* promptTitle;
- (NSString*)promptTitle;
- (void)setPromptTitle:(NSString*)newPromptTitle;
#define PID_DPAPI_PROMPTTITLE 8

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 the title of the prompt dialog if PromptUser is True. The default value is empty string.

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]