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
- store = CertOpenSystemStoreA(0, pszCertStoreName);
This looks wrong to me ...
To me too :) Thanks! --Juan