Subversion Repositories SvarDOS

Rev

Rev 2054 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2054 Rev 2056
Line 53... Line 53...
53
 
53
 
54
int FindNextFile(struct FFDTA *hnd, struct FFDTA *findData);
54
int FindNextFile(struct FFDTA *hnd, struct FFDTA *findData);
55
 
55
 
56
void FindClose(struct FFDTA *hnd);
56
void FindClose(struct FFDTA *hnd);
57
 
57
 
58
int GetFileAttributes(unsigned short *attr, const char *pathname);
-
 
59
 
-
 
60
/* Only the 1st 4 arguments are used and returns zero on error */
58
/* Only the 1st 4 arguments are used and returns zero on error */
61
int GetVolumeInformation(const char *lpRootPathName, char *lpVolumeNameBuffer, size_t nVolumeNameSize, unsigned long *lpVolumeSerialNumber);
59
int GetVolumeInformation(const char *lpRootPathName, char *lpVolumeNameBuffer, size_t nVolumeNameSize, unsigned long *lpVolumeSerialNumber);
62
 
60
 
63
#endif
61
#endif