Searched defs:dwDst (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStubCertUtil.cpp57 * @param dwDst The destination, like
62 static HCERTSTORE openCertStore(DWORD dwDst, const char *pszStoreNm) argument
79 dwDst &= ~CERT_STORE_OPEN_EXISTING_FLAG;
84 dwDst,
96 * @param dwDst The destination, like
103 bool addCertToStore(DWORD dwDst, const char *pszStoreNm, const unsigned char kpCertBuf[], DWORD cbCertBuf) argument
120 HCERTSTORE hDstStore = openCertStore(dwDst, pszStoreNm);
/vbox/src/VBox/Additions/WINNT/tools/
H A DVBoxCertUtil.cpp235 * @param dwDst The destination, like
240 static HCERTSTORE openCertStore(DWORD dwDst, const char *pszStoreNm) argument
248 RTMsgInfo("Opening store %#x:'%s'", dwDst, pszStoreNm);
260 dwDst &= ~CERT_STORE_OPEN_EXISTING_FLAG;
265 dwDst,
269 dwDst, pszStoreNm, errorToString(GetLastError()));
280 * @param dwDst The destination, like
286 static bool removeCertFromStoreByFile(DWORD dwDst, const char *pszStoreNm, const char *pszCertFile) argument
308 HCERTSTORE hDstStore = openCertStore(dwDst, pszStoreNm);
356 * @param dwDst Th
364 addCertToStore(DWORD dwDst, const char *pszStoreNm, const char *pszCertFile, DWORD dwDisposition) argument
429 DWORD dwDst = (dwFlags & CERT_SYSTEM_STORE_LOCATION_MASK); local
[all...]

Completed in 43 milliseconds