Searched refs:rw_store_2 (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/crypt32/ |
H A D | store.c | 488 HCERTSTORE collection, ro_store, rw_store, rw_store_2, tstore; in testStoresInCollection() local 535 rw_store_2 = CertOpenStore(CERT_STORE_PROV_SYSTEM_REGISTRY_W, 0, 0, in testStoresInCollection() 537 ok (rw_store_2 != NULL, "Failed to init second rw store %x\n", GetLastError()); in testStoresInCollection() 538 ret = CertAddStoreToCollection(collection, rw_store_2, CERT_PHYSICAL_STORE_ADD_ENABLE_FLAG, 50); in testStoresInCollection() 555 tcert1 = CertEnumCertificatesInStore(rw_store_2, NULL); in testStoresInCollection() 592 CertCloseStore(rw_store_2,0); in testStoresInCollection() 603 rw_store_2 = CertOpenStore(CERT_STORE_PROV_SYSTEM_REGISTRY_W,0,0, in testStoresInCollection() 605 tcert1 = CertEnumCertificatesInStore(rw_store_2, NULL); in testStoresInCollection() 609 CertCloseStore(rw_store_2,0); in testStoresInCollection()
|