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

Questions / Feedback?

DeviceParamCategory Property

The category of the parameter.

Syntax

ANSI (Cross Platform)
int GetDeviceParamCategory(int iDeviceParamIndex);
int SetDeviceParamCategory(int iDeviceParamIndex, int iDeviceParamCategory); Unicode (Windows) INT GetDeviceParamCategory(INT iDeviceParamIndex);
INT SetDeviceParamCategory(INT iDeviceParamIndex, INT iDeviceParamCategory);
- (int)deviceParamCategory:(int)deviceParamIndex;
- (void)setDeviceParamCategory:(int)deviceParamIndex:(int)newDeviceParamCategory;
#define PID_CLIENT_DEVICEPARAMCATEGORY 23

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

0

Remarks

The category of the parameter. Possible values include:

0DV - Data Version
1DD - Device Data
2DPNA - Device Parameter Not Available
3SW - Security Warning

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]