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

Questions / Feedback?

DeviceParamCount Property

The number of records in the DeviceParam arrays.

Syntax

ANSI (Cross Platform)
int GetDeviceParamCount();
int SetDeviceParamCount(int iDeviceParamCount); Unicode (Windows) INT GetDeviceParamCount();
INT SetDeviceParamCount(INT iDeviceParamCount);
@property (nonatomic,readwrite,assign,getter=deviceParamCount,setter=setDeviceParamCount:) int deviceParamCount;
- (int)deviceParamCount;
- (void)setDeviceParamCount:(int)newDeviceParamCount;
#define PID_CLIENT_DEVICEPARAMCOUNT 22

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

Default Value

0

Remarks

This property controls the size of the following arrays:

The array indices start at 0 and end at DeviceParamCount - 1.

This property is not available at design time.

Data Type

Integer

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