Home
last modified time | relevance | path

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

/RevoEX-3.1/include/revolution/
Dvf.h110 #define VF_DTA_GET_FILE_ATTR(dta) ((dta).attribute) argument
111 #define VF_DTA_GET_FILE_NAME_P(dta) ((dta).fileName) argument
112 #define VF_DTA_GET_LONG_FILE_NAME_P(dta) ((dta).longName) argument
113 #define VF_DTA_GET_FILE_SIZE(dta) ((dta).fileSize) argument
114 #define VF_DTA_GET_FILE_SECONDS(dta) \ argument
115 VFiConvertFileTimeToSeconds((dta).date, (dta).time)
313 extern VFErr VFFileSearchFirst ( VFDta* dta, const char* path, u8 attr );
314 extern VFErr VFFileSearchFirstW ( VFWDta* dta, const VFWchar* path, u8 attr );
315 extern VFErr VFFileSearchNext ( VFDta* dta );
316 extern VFErr VFFileSearchNextW ( VFWDta* dta );