Home
last modified time | relevance | path

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

/RevoEX-2.3/include/revolution/
Dvf.h109 #define VF_DTA_GET_FILE_ATTR(dta) ((dta).attribute) argument
110 #define VF_DTA_GET_FILE_NAME_P(dta) ((dta).fileName) argument
111 #define VF_DTA_GET_LONG_FILE_NAME_P(dta) ((dta).longName) argument
112 #define VF_DTA_GET_FILE_SIZE(dta) ((dta).fileSize) argument
113 #define VF_DTA_GET_FILE_SECONDS(dta) VFiConvertFileTimeToSeconds((dta).date, (dta).time) argument
308 extern VFErr VFFileSearchFirst ( VFDta* dta, const char* path, u8 attr );
309 extern VFErr VFFileSearchFirstW ( VFWDta* dta, const VFWchar* path, u8 attr …
310 extern VFErr VFFileSearchNext ( VFDta* dta );
311 extern VFErr VFFileSearchNextW ( VFWDta* dta );