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

Questions / Feedback?

CardRangeCount Property

The number of records in the CardRange arrays.

Syntax

ANSI (Cross Platform)
int GetCardRangeCount();

Unicode (Windows)
INT GetCardRangeCount();
@property (nonatomic,readonly,assign,getter=cardRangeCount) int cardRangeCount;
- (int)cardRangeCount;
#define PID_MPI_CARDRANGECOUNT 17

IPWORKS3DS_EXTERNAL void* IPWORKS3DS_CALL IPWorks3DS_MPI_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 CardRangeCount - 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 8162]