Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/advapi32/
H A Deventlog.c174 efi->dwFull = 0xdeadbeef; in test_info()
179 ok(efi->dwFull == 0xdeadbeef, "Expected no change to the dwFull member\n"); in test_info()
182 efi->dwFull = 0xdeadbeef; in test_info()
187 …ok(efi->dwFull == 0 || efi->dwFull == 1, "Expected 0 (not full) or 1 (full), got %d\n", efi->dwFul… in test_info()
/reactos/base/services/eventlog/
H A Drpc.c1177 efi->dwFull = !!(ElfGetFlags(&pLogFile->LogFile) & ELF_LOGFILE_LOGFULL_WRITTEN); in ElfrGetLogInformation()
/reactos/sdk/include/psdk/
H A Dwinbase.h1182 DWORD dwFull; member