Desktop Functions: Smart Device Functions:
|
scardestablishcontext (winscard)
Check out the formatting tips on the right for help formatting and making links. Use the template below then delete this header: C# Signature:
[DllImport("winscard.dll")] User-Defined Types:None. Notes:in winscard.h #define SCARD_SCOPE_USER 0 // The context is a user context, and any
// database operations are performed within the #define SCARD_SCOPE_TERMINAL 1 // The context is that of the current terminal,
// and any database operations are performed #define SCARD_SCOPE_SYSTEM 2 // The context is the system context, and any
// database operations are performed within the Tips & Tricks:Please add some! Sample Code:Please add some! Alternative Managed API:TODO Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|