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

Questions / Feedback?

ExtensionName Property

The extension name.

Syntax

ANSI (Cross Platform)
char* GetExtensionName(int iExtensionIndex);
int SetExtensionName(int iExtensionIndex, const char* lpszExtensionName); Unicode (Windows) LPWSTR GetExtensionName(INT iExtensionIndex);
INT SetExtensionName(INT iExtensionIndex, LPCWSTR lpszExtensionName);
- (NSString*)extensionName:(int)extensionIndex;
- (void)setExtensionName:(int)extensionIndex:(NSString*)newExtensionName;
#define PID_CLIENT_EXTENSIONNAME 40

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

""

Remarks

The extension name.

This setting specifies the name of the extension as defined by the extension owner.

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]