Desktop Functions: Smart Device Functions:
|
CertCloseStore (crypt32)
Check out the formatting tips on the right for help formatting and making links. Use the template below then delete this header: The CertCloseStore function closes a certificate store handle and reduces the reference count on the store. There needs to be a corresponding call to CertCloseStore for each successful call to the CertOpenStore or CertDuplicateStore functions. C# Signature:
[DllImport("CRYPT32.DLL", EntryPoint="CertCloseStore", CharSet=CharSet.Auto, SetLastError=true)] VB .NET Signature:
TODO User-Defined Types:None. Notes:None.. 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). |
|