Desktop Functions: Smart Device Functions:
|
CryptReleaseContext (advapi32)
C# Signature:
[DllImport("Advapi32.dll", EntryPoint = "CryptReleaseContext", CharSet = CharSet.Unicode, SetLastError = true)] VB .NET Signature:
Declare Function CryptReleaseContext Lib "advapi32.dll" (hProv As IntPtr, _ User-Defined Types:None. Notes:None. Tips & Tricks:
dwFlags is a reserved field and must be 0. Sample Code:
CryptReleaseContext( 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). |
|