/n software 3-D Secure V2 C++ Edition

Questions / Feedback?

BrowserScreenColorDepth Property

The screen color depth of the cardholder's browser.

Syntax

ANSI (Cross Platform)
char* GetBrowserScreenColorDepth();
int SetBrowserScreenColorDepth(const char* lpszBrowserScreenColorDepth); Unicode (Windows) LPWSTR GetBrowserScreenColorDepth();
INT SetBrowserScreenColorDepth(LPCWSTR lpszBrowserScreenColorDepth);
@property (nonatomic,readwrite,assign,getter=browserScreenColorDepth,setter=setBrowserScreenColorDepth:) NSString* browserScreenColorDepth;
- (NSString*)browserScreenColorDepth;
- (void)setBrowserScreenColorDepth:(NSString*)newBrowserScreenColorDepth;
#define PID_SERVER_BROWSERSCREENCOLORDEPTH 20

IPWORKS3DS_EXTERNAL void* IPWORKS3DS_CALL IPWorks3DS_Server_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS3DS_EXTERNAL int IPWORKS3DS_CALL IPWorks3DS_Server_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This field contains a value representing the bit depth of the color palette, in bits per pixel, for displaying images.

For ProtocolVersion 2.1.0, this field is required. If BrowserJavaEnabledVal is False, a value of 1 can be used. When using ProtocolVersion of 2.2.0 and both BrowserJavaEnabledVal and BrowserJavaScriptEnabledVal are False, no value is required.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 C++ Edition - Version 2.2 [Build 8318]