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

Questions / Feedback?

VendorCode Property

Vendor-specific error code or explanatory text.

Syntax

ANSI (Cross Platform)
char* GetVendorCode();

Unicode (Windows)
LPWSTR GetVendorCode();
@property (nonatomic,readonly,assign,getter=vendorCode) NSString* vendorCode;
- (NSString*)vendorCode;
#define PID_MPI_VENDORCODE 62

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

Default Value

""

Remarks

If an error occurs this field may contain an additional vendor-specific error code or explanatory text, to be used for trouble shooting purposes.

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