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

Questions / Feedback?

ExtensionCount Property

The number of records in the Extension arrays.

Syntax

ANSI (Cross Platform)
int GetExtensionCount();
int SetExtensionCount(int iExtensionCount); Unicode (Windows) INT GetExtensionCount();
INT SetExtensionCount(INT iExtensionCount);
@property (nonatomic,readwrite,assign,getter=extensionCount,setter=setExtensionCount:) int extensionCount;
- (int)extensionCount;
- (void)setExtensionCount:(int)newExtensionCount;
#define PID_CLIENT_EXTENSIONCOUNT 36

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 ExtensionCount - 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]