programming - C - structs _finddata_tWhat links here?
/*
 * The following structure is filled in by _findfirst or _findnext when
 * they succeed in finding a match.
 */
struct _finddata_t
{
    unsigned    attrib;                 /* Attributes, see constants below. */
    time_t      time_create;
    time_t      time_access;            /* always midnight local time */
    time_t      time_write;
    _fsize_t    size;
    char        name[FILENAME_MAX];     /* may include spaces. */
};


/* * Attributes of files as returned by _findfirst et al. */
  1. define _A_NORMAL 0x00000000
  2. define _A_RDONLY 0x00000001
  3. define _A_HIDDEN 0x00000002
  4. define _A_SYSTEM 0x00000004
  5. define _A_VOLID 0x00000008
  6. define _A_SUBDIR 0x00000010
  7. define _A_ARCH 0x00000020
Defined in [io.h]
programming - C - structs _finddata_t
programming - C - macro NULL
microprocessors - microchip pic - labx 20 - lcd
programming:windows:GetWindowLong
programming - Libre Calc - select the sheet
tk
programming - sqlite3 - c interface - sqlite3_clear_bindings(sqlite3_stmt*)
programming - pascal - function - upcase
embedded systems - Thermistors
Programming - Pascal - function - IntToStr
programming:windows:window value offsets
programming - pascal - procedure - insert
microprocessors - microchip pics - pic assembly language - labels
MC6802 - instruction set - set carry flag
programming - C - type time_t
programming - pascal - procedure - delete
programming - DDE - IExplorer DDE Server
filename:programming - C - structs _finddata_t
filename:programming%20%2D%20C%20%2D%20structs%20_finddata_t
last edit:April 09 2009 22:53:20 (5517 days ago)
ct = 1716085562.000000 = May 18 2024 22:26:02
ft = 1239332000.000000 = April 09 2009 22:53:20
dt = 476753562.000000