Searched refs:STR_TRUNC_SIZE (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/ntdll/ |
H A D | reg.c | 35 #define STR_TRUNC_SIZE (sizeof(stringW)-2*sizeof(*stringW)) macro 656 status = pNtSetValueKey(key, &ValName, 0, REG_SZ, (VOID*)stringW, STR_TRUNC_SIZE); in test_NtSetValueKey() 792 …ok(partial_info->DataLength == STR_TRUNC_SIZE, "NtQueryValueKey returned wrong DataLength %d\n", p… in test_NtQueryValueKey() 793 ok(!memcmp(partial_info->Data, stringW, STR_TRUNC_SIZE), "incorrect Data returned\n"); in test_NtQueryValueKey() 794 …ok(*(partial_info->Data+STR_TRUNC_SIZE) == 0xbd, "string overflowed %02x\n", *(partial_info->Data+… in test_NtQueryValueKey()
|