Home
last modified time | relevance | path

Searched refs:bNeedReboot (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/devmgr/properties/
H A Dmisc.cpp788 OUT BOOL *bNeedReboot OPTIONAL) in EnableDevice()
836 if (bNeedReboot != NULL) in EnableDevice()
838 *bNeedReboot = ((dp.Flags & (DI_NEEDRESTART | DI_NEEDREBOOT)) != 0); in EnableDevice()
H A Dproperties.h203 OUT BOOL *bNeedReboot OPTIONAL);
/reactos/dll/win32/newdev/
H A Dwizard.c178 OUT BOOL *bNeedReboot OPTIONAL) in StartDevice()
230 if (bNeedReboot != NULL) in StartDevice()
232 *bNeedReboot = ((dp.Flags & (DI_NEEDRESTART | DI_NEEDREBOOT)) != 0); in StartDevice()
/reactos/dll/win32/setupapi/
H A Dinstall.c2111 BOOL bNeedReboot = FALSE; in SetupInstallServicesFromInfSectionExW() local
2184 if (bNeedReboot) in SetupInstallServicesFromInfSectionExW()