Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/kernel32/
H A Dfile.c1213 BY_HANDLE_FILE_INFORMATION Finfo; in test_CreateFileA() local
1350 ret = GetFileInformationByHandle( hFile, &Finfo ); in test_CreateFileA()
1353 ok(Finfo.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY, in test_CreateFileA()
1355 temp_path, Finfo.dwFileAttributes); in test_CreateFileA()