VirtualBox

Changeset 94426 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Mar 31, 2022 11:57:33 PM (3 years ago)
Author:
vboxsync
Message:

SUP: doxygen fixes (don't duplicate docs, newer doxygen version dislikes it (sometimes)).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp

    r93389 r94426  
    25222522
    25232523
    2524 /**
    2525  * Secure main.
    2526  *
    2527  * This is used for the set-user-ID-on-execute binaries on unixy systems
    2528  * and when using the open-vboxdrv-via-root-service setup on Windows.
    2529  *
    2530  * This function will perform the integrity checks of the VirtualBox
    2531  * installation, open the support driver, open the root service (later),
    2532  * and load the DLL corresponding to \a pszProgName and execute its main
    2533  * function.
    2534  *
    2535  * @returns Return code appropriate for main().
    2536  *
    2537  * @param   pszProgName     The program name. This will be used to figure out which
    2538  *                          DLL/SO/DYLIB to load and execute.
    2539  * @param   fFlags          Flags.
    2540  * @param   argc            The argument count.
    2541  * @param   argv            The argument vector.
    2542  * @param   envp            The environment vector.
    2543  */
    25442524DECLHIDDEN(int) SUPR3HardenedMain(const char *pszProgName, uint32_t fFlags, int argc, char **argv, char **envp)
    25452525{
Note: See TracChangeset for help on using the changeset viewer.

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