Searched refs:pwszStoreNm (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStubCertUtil.cpp65 PRTUTF16 pwszStoreNm; local
66 int rc = RTStrToUtf16(pszStoreNm, &pwszStoreNm);
85 pwszStoreNm);
87 RTUtf16Free(pwszStoreNm);
/vbox/src/VBox/Additions/WINNT/tools/
H A DVBoxCertUtil.cpp243 PRTUTF16 pwszStoreNm; local
244 int rc = RTStrToUtf16(pszStoreNm, &pwszStoreNm);
266 pwszStoreNm);
271 RTUtf16Free(pwszStoreNm);
413 LPCWSTR pwszStoreNm = NULL; local
417 pwszStoreNm = pRelPara->pwszSystemStore;
418 RTPrintf(" %#010x '%ls' hKeyBase=%p\n", dwFlags, pwszStoreNm, pRelPara->hKeyBase);
422 pwszStoreNm = (LPCWSTR)pvSystemStore;
423 RTPrintf(" %#010x '%ls'\n", dwFlags, pwszStoreNm);
434 pwszStoreNm);
[all...]

Completed in 43 milliseconds