Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Support Forum
Download Visual Studio Add-In

Terms of Use
Privacy Policy

Search Results for "SCardDisconnect" in [All]

winscard

. . .
Summary
The SCardDisconnect function terminates a connection previously opened between the calling application and a smart card in the target reader.
.

static extern int SCardDisconnect(int hCard, int dwDisposition);

.

Public Shared Function SCardDisconnect(hCard As Integer, Disposition As SCardDisposition) As Integer

.
Documentation
[SCardDisconnect] on MSDN
.

    static extern int SCardDisconnect(IntPtr hCard, int Disposition);

.

            SCardDisconnect(phCard, 0);

.
Summary
The SCardStatus function provides the current status of a smart card in a reader. You can call it any time after a successful call to SCardConnect and before a successful call to SCardDisconnect. It does not affect the state of the reader or reader driver.
.

// Paste here code for SCardDisconnect, pbRecvBuffer contains Answer as Byte[]


 
Access PInvoke.net directly from VS: