Searched refs:dwFull (Results 1 – 3 of 3) sorted by relevance
174 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()
1177 efi->dwFull = !!(ElfGetFlags(&pLogFile->LogFile) & ELF_LOGFILE_LOGFULL_WRITTEN); in ElfrGetLogInformation()
1182 DWORD dwFull; member