Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 867 of file store.c.
Referenced by CertAddEncodedCertificateToSystemStoreW(), CertCreateCertificateChainEngine(), CRYPT_CheckRestrictedRoot(), CRYPT_CreateChainEngine(), and selected_item_to_store().
{ if (!szSubSystemProtocol) { SetLastError(E_INVALIDARG); return 0; } return CertOpenStore(CERT_STORE_PROV_SYSTEM_W, 0, hProv, CERT_SYSTEM_STORE_CURRENT_USER, szSubSystemProtocol); }