Searched refs:ullRead (Results 1 – 1 of 1) sorted by relevance
428 ULARGE_INTEGER ullRead; in test_copyto() local446 hr = IStream_CopyTo(pStream, &Test_Stream, cb, &ullRead, &ullWritten); in test_copyto()448 ok(ullRead.QuadPart == sizeof(szHello), "only %d bytes read\n", (ULONG)ullRead.QuadPart); in test_copyto()