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