 |
CertCloseStore ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Closes a certificate store handle and reduces the reference count on the store. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL WINAPI CertCloseStore(
HCERTSTORE hCertStore,
DWORD dwFlags
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER CertCloseStore IN crypt32;
INTEGER hCertStore,;
LONG dwFlags
|
 |
 |
 |
| Parameters: |
 |
hCertStore
[in] Handle of the certificate store to be closed.
dwFlags
[in] Typically, this parameter uses the default value zero. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is TRUE. |
 |
 |
| My comment: |
 |
There needs to be a corresponding call to CertCloseStore for each successful call to the CertOpenSystemStore, CertOpenStore or CertDuplicateStore functions.
|
 |
 |
| Word Index links for the CertCloseStore : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2007-01-11 16:22:43 | | Modified: | 2007-01-11 16:24:48 | Visited in last 7 days: 13 |