Searched refs:hSystemKeyStore (Results 1 – 1 of 1) sorted by relevance
532 HCERTSTORE hSystemKeyStore ; in getPersonalCertificates() local545 hSystemKeyStore = CertOpenSystemStore( 0, "MY" ) ; in getPersonalCertificates()546 if( hSystemKeyStore != NULL ) { in getPersonalCertificates()547 pCertContext = CertEnumCertificatesInStore( hSystemKeyStore, pCertContext ); in getPersonalCertificates()559 pCertContext = CertEnumCertificatesInStore( hSystemKeyStore, pCertContext ); in getPersonalCertificates()568 pCertContext = CertEnumCertificatesInStore( hSystemKeyStore, pCertContext ); in getPersonalCertificates()572 CertCloseStore( hSystemKeyStore, CERT_CLOSE_STORE_CHECK_FLAG ) ; in getPersonalCertificates()
Completed in 11 milliseconds