Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/user32/
H A DCopyImage.c45 UINT iBit, uBit, uValidFlags = COPYIMAGE_VALID_FLAGS; in Test_CopyImage_Flags() local
52 for (iBit = 0; iBit < sizeof(UINT) * CHAR_BIT; ++iBit) in Test_CopyImage_Flags()
54 uBit = (1 << iBit); in Test_CopyImage_Flags()
61 ok(hCopiedImage != NULL, "iBit %u: uType %u: hCopiedImage was NULL\n", iBit, uType); in Test_CopyImage_Flags()
65 … ok(hCopiedImage == NULL, "iBit %u: uType %u: hCopiedImage was %p\n", iBit, uType, hCopiedImage); in Test_CopyImage_Flags()