Searched refs:Finfo (Results 1 – 1 of 1) sorted by relevance
1213 BY_HANDLE_FILE_INFORMATION Finfo; in test_CreateFileA() local1350 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()