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
Download Visual Studio Add-In

Search Results for "SCardGetAttrib" in [All]

winscard

.
Summary
"The SCardGetAttrib function gets the current reader attributes for the specified handle. It does not affect the state of the reader, driver, or card." [http://msdn.microsoft.com/en-us/library/aa379559(VS.85).aspx]
.

static extern Int32 SCardGetAttrib(

.

Declare Function SCardGetAttrib Lib "winscard.dll" (TODO) As TODO

.

  ret = SCardGetAttrib(hCard, SCARD_ATTR_ATR_STRING, pbAttr, ref pcbAttrLen);

.
Documentation
[SCardGetAttrib] on MSDN

 
Access PInvoke.net directly from VS: