[DllImport("winscard.dll", SetLastError = true)] public static extern int SCardEstablishContext( uint dwScope, IntPtr pvReserved1, IntPtr pvReserved2, out IntPtr phContext );
Microsoft documentation: Link
Last updated 1 year ago