Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/setupapi/
H A Dmisc.c806 ret = SetupLogErrorA("Test with wrong log severity\r\n", LogSevMaximum); in test_SetupLogError()
/reactos/dll/win32/setupapi/
H A Dmisc.c2109 if (severity >= LogSevMaximum) in SetupLogErrorA()
/reactos/sdk/include/psdk/
H A Dsetupapi.h458 #define LogSevMaximum 4 macro