Home
last modified time | relevance | path

Searched refs:rw_store (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/crypt32/
H A Dstore.c488 HCERTSTORE collection, ro_store, rw_store, rw_store_2, tstore; in testStoresInCollection() local
511 rw_store = CertOpenStore(CERT_STORE_PROV_SYSTEM_REGISTRY_W, 0, 0, in testStoresInCollection()
513 ok (rw_store != NULL, "Failed to open rw store %x\n", GetLastError()); in testStoresInCollection()
514 ret = CertAddStoreToCollection(collection, rw_store, CERT_PHYSICAL_STORE_ADD_ENABLE_FLAG, 0); in testStoresInCollection()
524 tcert1 = CertEnumCertificatesInStore(rw_store, NULL); in testStoresInCollection()
550 tcert1 = CertEnumCertificatesInStore(rw_store, NULL); in testStoresInCollection()
591 CertCloseStore(rw_store,0); in testStoresInCollection()
595 rw_store = CertOpenStore(CERT_STORE_PROV_SYSTEM_REGISTRY_W,0,0, in testStoresInCollection()
597 tcert1 = CertEnumCertificatesInStore(rw_store, NULL); in testStoresInCollection()
601 CertCloseStore(rw_store,0); in testStoresInCollection()