VirtualBox

Ignore:
Timestamp:
Jan 30, 2025 12:14:47 PM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167251
Message:

Windows driver installation: Implemented APIs for controlling (driver SCM) services [renaming fix]. bugref:10762

Location:
trunk/src/VBox/GuestHost/installation
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/installation/VBoxDrvInst.cpp

    r107986 r107988  
    798798    if (RT_SUCCESS(rc))
    799799    {
    800         rc = VBooxWinDrvInstControlServiceEx(hWinDrvInst, pszService, enmFn, fFlags, msTimeout);
     800        rc = VBoxWinDrvInstControlServiceEx(hWinDrvInst, pszService, enmFn, fFlags, msTimeout);
    801801        VBoxWinDrvInstDestroy(hWinDrvInst);
    802802    }
  • trunk/src/VBox/GuestHost/installation/VBoxWinDrvInst.cpp

    r107987 r107988  
    24992499 * @param   msTimeout           Timeout (in ms) to use. Only being used if VBOXWINDRVSVCFN_F_WAIT is specified in \a fFlags.
    25002500 */
    2501 int VBooxWinDrvInstControlServiceEx(VBOXWINDRVINST hDrvInst,
     2501int VBoxWinDrvInstControlServiceEx(VBOXWINDRVINST hDrvInst,
    25022502                                    const char *pszService, VBOXWINDRVSVCFN enmFn, uint32_t fFlags, RTMSINTERVAL msTimeout)
    25032503{
     
    25382538    VBOXWINDRVINST_VALID_RETURN(pCtx);
    25392539
    2540     return VBooxWinDrvInstControlServiceEx(pCtx, pszService, enmFn, VBOXWINDRVSVCFN_F_WAIT, RT_MS_30SEC);
     2540    return VBoxWinDrvInstControlServiceEx(pCtx, pszService, enmFn, VBOXWINDRVSVCFN_F_WAIT, RT_MS_30SEC);
    25412541}
    25422542
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