VirtualBox

Changeset 58339 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 20, 2015 1:58:22 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103539
Message:

Support/win: doxygen fixes.

Location:
trunk/src/VBox/HostDrivers/Support/win
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp

    r58157 r58339  
    579579 *
    580580 * @returns true if starts with given string, false if not.
    581  * @param   pwsz                The UTF-16 path string.
    582  * @param   pszPrefix           The ascii prefix string.
     581 * @param   pwszLeft            The UTF-16 path string.
     582 * @param   pszRight            The ascii prefix string.
    583583 */
    584584static bool supHardViUtf16PathStartsWithAscii(PCRTUTF16 pwszLeft, const char *pszRight)
     
    26212621 * supR3HardenedScreenImage.
    26222622 *
    2623  * @returns IPRT status code.
     2623 * @returns IPRT status code, modified @a rc.
    26242624 * @param   hFile               Handle of the file to verify.
    26252625 * @param   pwszName            Full NT path to the DLL in question, used for
    26262626 *                              dealing with unsigned system dlls as well as for
    26272627 *                              error/logging.
     2628 * @param   fFlags              SUPHNTVI_F_XXX.
     2629 * @param   rc                  The current status code.
    26282630 * @param   pfWinVerifyTrust    Where to return whether WinVerifyTrust was
    26292631 *                              actually used.
  • trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp

    r57358 r58339  
    243243
    244244#ifdef IN_RING3
    245 /** The number of valid entries in the loader cache.. */
     245/** The number of valid entries in the loader cache. */
    246246static uint32_t                 g_cSupNtVpLdrCacheEntries = 0;
    247247/** The loader cache entries. */
     
    256256 * @param   pErrInfo            Pointer to the extended error info structure.
    257257 *                              Can be NULL.
    258  * @param   pszErr              Where to return error details.
    259  * @param   cbErr               Size of the buffer @a pszErr points to.
    260258 * @param   rc                  The status to return.
    261259 * @param   pszMsg              The format string for the message.
     
    284282 * @returns @a rc.
    285283 * @param   pThis               The process validator instance.
    286  * @param   pszErr              Where to return error details.
    287  * @param   cbErr               Size of the buffer @a pszErr points to.
    288284 * @param   rc                  The status to return.
    289285 * @param   pszMsg              The format string for the message.
     
    10111007 *                              space scan.
    10121008 * @param   hProcess            Handle to the process.
    1013  * @param   hFile               Handle to the image file.
    10141009 */
    10151010static int supHardNtVpVerifyImage(PSUPHNTVPSTATE pThis, PSUPHNTVPIMAGE pImage, HANDLE hProcess)
     
    11351130 * @param   pUniStr     The path to fix up. MaximumLength is the max buffer
    11361131 *                      length.
     1132 * @param   fPathOnly   Whether to only process the path and leave the filename
     1133 *                      as passed in.
    11371134 */
    11381135DECLHIDDEN(void) supHardNtVpFix8dot3Path(PUNICODE_STRING pUniStr, bool fPathOnly)
     
    19741971 * @param   pEntry              The loader cache entry.
    19751972 * @param   pwszName            The filename to use in error messages.
    1976  * @param   pErRInfo            Where to return extened error information.
     1973 * @param   pErrInfo            Where to return extened error information.
    19771974 */
    19781975DECLHIDDEN(int) supHardNtLdrCacheEntryVerify(PSUPHNTLDRCACHEENTRY pEntry, PCRTUTF16 pwszName, PRTERRINFO pErrInfo)
  • trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp

    r58157 r58339  
    29582958 *
    29592959 * @returns Pointer to a command line string (heap).
    2960  * @param   pUniStr         Unicode string structure to initialize to the
     2960 * @param   pString         Unicode string structure to initialize to the
    29612961 *                          command line. Optional.
    29622962 * @param   iWhich          Which respawn we're to check for, 1 being the first
     
    37493749 * Gather child data.
    37503750 *
    3751  * @param   This                The child process data structure.
     3751 * @param   pThis               The child process data structure.
    37523752 */
    37533753static void supR3HardNtChildGatherData(PSUPR3HARDNTCHILD pThis)
  • trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMainImports-win.cpp

    r57650 r58339  
    636636 * We must not permanently modify any global data here.
    637637 *
    638  * @param   uNtDllAddr          The address of the NTDLL.
     638 * @param   uNtDllAddr                  The address of the NTDLL.
     639 * @param   ppfnNtWaitForSingleObject   Where to store the NtWaitForSingleObject
     640 *                                      address.
     641 * @param   ppfnNtSetEvent              Where to store the NtSetEvent address.
    639642 */
    640643DECLHIDDEN(void) supR3HardenedWinGetVeryEarlyImports(uintptr_t uNtDllAddr,
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette