Home
last modified time | relevance | path

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

/reactos/base/applications/network/net/
H A DcmdUser.c264 BOOL bBitValue, bFirst = TRUE; in PrintLogonHours() local
284 bBitValue = GetBitValue(pLogonHours, dwBitNumber); in PrintLogonHours()
285 if (bBitValue) in PrintLogonHours()
289 while (bBitValue != 0 && dwBitNumber < dwUnitsPerWeek) in PrintLogonHours()
293 bBitValue = GetBitValue(pLogonHours, dwBitNumber); in PrintLogonHours()