Searched refs:hStore (Results 1 – 1 of 1) sorted by relevance
3007 HCERTSTORE hStore; in import_windows_cert_store() local3011 hStore = CertOpenSystemStoreA(0, name); in import_windows_cert_store()3012 if(hStore) { in import_windows_cert_store()3031 pContext = CertEnumCertificatesInStore(hStore, pContext); in import_windows_cert_store()3134 CertCloseStore(hStore, 0); in import_windows_cert_store()
Completed in 14 milliseconds