Home
last modified time | relevance | path

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

/third_party/mingw-w64/mingw-w64-headers/include/
Dnewapis.h197 HANDLE hfind; in Emulate_GetFileAttributesEx() local
199 hfind = FindFirstFile(ptszFile,&wfd); in Emulate_GetFileAttributesEx()
200 if(hfind!=INVALID_HANDLE_VALUE) { in Emulate_GetFileAttributesEx()
202 FindClose(hfind); in Emulate_GetFileAttributesEx()