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

Questions / Feedback?

ChallengeSelectInfoCount Property

The number of records in the ChallengeSelectInfo arrays.

Syntax

ANSI (Cross Platform)
int GetChallengeSelectInfoCount();

Unicode (Windows)
INT GetChallengeSelectInfoCount();
@property (nonatomic,readonly,assign,getter=challengeSelectInfoCount) int challengeSelectInfoCount;
- (int)challengeSelectInfoCount;
#define PID_CLIENT_CHALLENGESELECTINFOCOUNT 18

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

Default Value

0

Remarks

This property controls the size of the following arrays:

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

This property is read-only and 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]