@msdn=http://search.microsoft.com/search/results.aspx?qu=SCardReleaseContext @pinvoke=http://pinvoke.net/SCardReleaseContext.htm Summary: The SCardReleaseContext function closes an established resource manager context, freeing any resources allocated under that context, including SCARDHANDLE objects and memory allocated using the SCARD_AUTOALLOCATE length designator. !!!!C# Signature: [DllImport("winscard.dll")] static extern int SCardReleaseContext(int hContext); !!!!User-Defined Types: None. !!!!VB.NET Signature: <DllImport("winscard.dll")> Public Shared Function SCardReleaseContext(hContext As IntPtr) As Integer End Function !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! !!!!Alternative Managed API: TODO Documentation: SCardReleaseContext@msdn on MSDN
Edit winscard.scardrel...
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.