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

Questions / Feedback?

DeviceParamValueType Property

The type of the value.

Syntax

ANSI (Cross Platform)
int GetDeviceParamValueType(int iDeviceParamIndex);
int SetDeviceParamValueType(int iDeviceParamIndex, int iDeviceParamValueType); Unicode (Windows) INT GetDeviceParamValueType(INT iDeviceParamIndex);
INT SetDeviceParamValueType(INT iDeviceParamIndex, INT iDeviceParamValueType);

Possible Values

VT_OBJECT(0), 
VT_ARRAY(1),
VT_STRING(2),
VT_NUMBER(3),
VT_BOOL(4),
VT_NULL(5),
VT_RAW(6)
- (int)deviceParamValueType:(int)deviceParamIndex;
- (void)setDeviceParamValueType:(int)deviceParamIndex:(int)newDeviceParamValueType;

Possible Values

VT_OBJECT(0), 
VT_ARRAY(1),
VT_STRING(2),
VT_NUMBER(3),
VT_BOOL(4),
VT_NULL(5),
VT_RAW(6)
#define PID_CLIENT_DEVICEPARAMVALUETYPE 26

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);
IPWORKS3DS_EXTERNAL int IPWORKS3DS_CALL IPWorks3DS_Client_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

2

Remarks

The type of the value. Possible values are:

1Array
2String

The DeviceParamIndex parameter specifies the index of the item in the array. The size of the array is controlled by the DeviceParamCount property.

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]