crypt32: Implement CertAddEncodedCertificateToSystemStoreA/W

Stefan Leichter Stefan.Leichter at camline.com
Tue Nov 3 16:43:56 CST 2009


Am Tuesday 03 November 2009 23:32:42 schrieb Juan Lang:
> These were too easy to pass up.
> --Juan

+BOOL WINAPI CertAddEncodedCertificateToSystemStoreW(LPCWSTR pszCertStoreName,
+ const BYTE *pbCertEncoded, DWORD cbCertEncoded)
+{
[snip]
+    store = CertOpenSystemStoreA(0, pszCertStoreName);

This looks wrong to me ...

Bye Stefan



More information about the wine-devel mailing list