Changeset 42938 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Aug 23, 2012 10:33:33 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/tools/VBoxCertUtil.cpp
r39748 r42938 235 235 * @param dwDst The destination, like 236 236 * CERT_SYSTEM_STORE_LOCAL_MACHINE or 237 * ERT_SYSTEM_STORE_CURRENT_USER.237 * CERT_SYSTEM_STORE_CURRENT_USER. 238 238 * @param pszStoreNm The store name. 239 239 */ … … 268 268 * @param dwDst The destination, like 269 269 * CERT_SYSTEM_STORE_LOCAL_MACHINE or 270 * ERT_SYSTEM_STORE_CURRENT_USER.270 * CERT_SYSTEM_STORE_CURRENT_USER. 271 271 * @param pszStoreNm The store name. 272 272 * @param pszCertFile The file containing the certificate to add. … … 344 344 * @param dwDst The destination, like 345 345 * CERT_SYSTEM_STORE_LOCAL_MACHINE or 346 * ERT_SYSTEM_STORE_CURRENT_USER.346 * CERT_SYSTEM_STORE_CURRENT_USER. 347 347 * @param pszStoreNm The store name. 348 348 * @param pszCertFile The file containing the certificate to add.
Note:
See TracChangeset
for help on using the changeset viewer.