Searched refs:bNeedReboot (Results 1 – 4 of 4) sorted by relevance
788 OUT BOOL *bNeedReboot OPTIONAL) in EnableDevice()836 if (bNeedReboot != NULL) in EnableDevice()838 *bNeedReboot = ((dp.Flags & (DI_NEEDRESTART | DI_NEEDREBOOT)) != 0); in EnableDevice()
203 OUT BOOL *bNeedReboot OPTIONAL);
178 OUT BOOL *bNeedReboot OPTIONAL) in StartDevice()230 if (bNeedReboot != NULL) in StartDevice()232 *bNeedReboot = ((dp.Flags & (DI_NEEDRESTART | DI_NEEDREBOOT)) != 0); in StartDevice()
2111 BOOL bNeedReboot = FALSE; in SetupInstallServicesFromInfSectionExW() local2184 if (bNeedReboot) in SetupInstallServicesFromInfSectionExW()