HomeSort by relevance Sort by last modified time
    Searched defs:GetFileAttributesEx (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
newapis.h 185 #undef GetFileAttributesEx
186 #define GetFileAttributesEx _GetFileAttributesEx
188 extern WINBOOL (CALLBACK *GetFileAttributesEx)
230 fp = GetProcAddress(hinst,"GetFileAttributesEx" __MINGW_PROCNAMEEXT_AW);
235 GetFileAttributesEx = RealGetFileAttributesEx;
237 GetFileAttributesEx = Emulate_GetFileAttributesEx;
238 fRc = GetFileAttributesEx(ptszFile,level,pv);
241 GetFileAttributesEx = Emulate_GetFileAttributesEx;
242 fRc = GetFileAttributesEx(ptszFile,level,pv);
247 WINBOOL (CALLBACK *GetFileAttributesEx)(LPCTSTR,GET_FILEEX_INFO_LEVELS,LPVOID) = Probe_GetFileAttributesEx
    [all...]
winbase.h     [all...]

Completed in 577 milliseconds