2.2.2.14 ConnectW_Call

The ConnectW_Call structure is used to open a connection to the smart card located in the reader identified by a reader name.

 typedef struct _ConnectW_Call {
   [string] const wchar_t* szReader;
   Connect_Common Common;
 } ConnectW_Call;

szReader: A Unicode string specifying the reader name to connect to.

Common: Additional parameters that are required for the Connect call. For more information, see sections 3.1.4.29 and 2.2.1.3.