APM:Libraries
Public Attributes | List of all members
DIR Struct Reference

#include <ff.h>

Collaboration diagram for DIR:
[legend]

Public Attributes

union {
   UINT   d32 [FF_MAX_SS/4]
 
   BYTE   buf [FF_MAX_SS]
 
}; 
 
FFOBJID obj
 
DWORD dptr
 
DWORD clust
 
DWORD sect
 
BYTEdir
 
BYTE fn [12]
 
const TCHARpat
 

Detailed Description

Definition at line 201 of file ff.h.

Member Data Documentation

◆ @50

union { ... }

◆ buf

BYTE DIR::buf[FF_MAX_SS]

Definition at line 205 of file ff.h.

◆ clust

DWORD DIR::clust

Definition at line 210 of file ff.h.

Referenced by dir_next(), dir_register(), and dir_sdi().

◆ d32

UINT DIR::d32[FF_MAX_SS/4]

Definition at line 204 of file ff.h.

◆ dir

BYTE* DIR::dir

◆ dptr

DWORD DIR::dptr

◆ fn

BYTE DIR::fn[12]

◆ obj

FFOBJID DIR::obj

◆ pat

const TCHAR* DIR::pat

Definition at line 218 of file ff.h.

Referenced by f_findfirst(), and f_findnext().

◆ sect

DWORD DIR::sect

The documentation for this struct was generated from the following file: