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

Questions / Feedback?

ExtensionId Property

The id of the specified extension.

Syntax

ANSI (Cross Platform)
char* GetExtensionId(int iExtensionIndex);
int SetExtensionId(int iExtensionIndex, const char* lpszExtensionId); Unicode (Windows) LPWSTR GetExtensionId(INT iExtensionIndex);
INT SetExtensionId(INT iExtensionIndex, LPCWSTR lpszExtensionId);
- (NSString*)extensionId:(int)extensionIndex;
- (void)setExtensionId:(int)extensionIndex:(NSString*)newExtensionId;
#define PID_SERVER_EXTENSIONID 53

IPWORKS3DS_EXTERNAL void* IPWORKS3DS_CALL IPWorks3DS_Server_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS3DS_EXTERNAL int IPWORKS3DS_CALL IPWorks3DS_Server_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
IPWORKS3DS_EXTERNAL int IPWORKS3DS_CALL IPWorks3DS_Server_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

The id of the specified extension.

This setting specifies a unique identifier for the extension.

The ExtensionIndex parameter specifies the index of the item in the array. The size of the array is controlled by the ExtensionCount property.

This property is not available at design time.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 C++ Edition - Version 2.2 [Build 8318]