SCardLocateDialog

This SCardLocateDialog function initiates a search for the smart card according to the constraints specified in the supplied SCARDLOCATECONTROL structure.

LONG SCardLocateDialog(
  IN OUT LPSCARD_LOCATECONTROL pDlgCtrl  
);
 

Parameters

pDlgCtrl
This supplies the address of the SCARDLOCATECONTROL structure constraining the smart card search.

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).