GetOpenCardName

The GetOpenCardName function displays the smart card common dialog.

LONG GetOpenCardName(
  IN LPOPENCARDNAME pDlgStruc
);
 

Parameters

pDlgStruc
Points to the OPENCARDNAME structure for the common dialog.

Return Values

If the function… The return value is…
Succeeds SCARD_S_SUCCESS.
Fails An error code (see Error Codes for a list of all error codes).

See Also

OPENCARDNAME