@msdn=http://search.microsoft.com/search/results.aspx?qu=SCARD_READERSTATE @pinvoke=http://pinvoke.net/SCARD_READERSTATE.htm Summary: The SCARD_READERSTATE structure is used by functions for tracking smart cards within readers. !!!!C# Signature: [StructLayout(LayoutKind.Sequential, CharSet=CharSet.Auto)] struct SCARD_READERSTATE { [MarshalAs(UnmanagedType.LPTStr)] public string szReader; public IntPtr pvUserData; public int dwCurrentState; public int dwEventState; public int cbAtr; [MarshalAs(UnmanagedType.ByValArray, SizeConst=36)] public byte[] rgbAtr; } !!!!User-Defined Types: None. !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! !!!!Alternative Managed API: TODO Documentation: SCARD_READERSTATE@msdn on MSDN
Edit Structures.SCARD_...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.