ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
mcTable Struct Reference

#include <libmc.h>

Data Fields

struct {
   unsigned char   unknown1
 
   unsigned char   sec
 
   unsigned char   min
 
   unsigned char   hour
 
   unsigned char   day
 
   unsigned char   month
 
   unsigned short   year
 
_create
 
struct {
   unsigned char   unknown2
 
   unsigned char   sec
 
   unsigned char   min
 
   unsigned char   hour
 
   unsigned char   day
 
   unsigned char   month
 
   unsigned short   year
 
_modify
 
unsigned fileSizeByte
 
unsigned short attrFile
 
unsigned short unknown3
 
unsigned unknown4 [2]
 
unsigned char name [32]
 

Detailed Description

Definition at line 148 of file libmc.h.

Field Documentation

◆ 

struct { ... } mcTable::_create

◆ 

struct { ... } mcTable::_modify

◆ attrFile

unsigned short mcTable::attrFile

File attribute

Definition at line 187 of file libmc.h.

◆ day

unsigned char mcTable::day

Entry creation date/time (day)

Entry modification date/time (day)

Definition at line 160 of file libmc.h.

◆ fileSizeByte

unsigned mcTable::fileSizeByte

File size (bytes). For a directory entry: 0

Definition at line 185 of file libmc.h.

◆ hour

unsigned char mcTable::hour

Entry creation date/time (hour)

Entry modification date/time (hour)

Definition at line 158 of file libmc.h.

◆ min

unsigned char mcTable::min

Entry creation date/time (minute)

Entry modification date/time (minute)

Definition at line 156 of file libmc.h.

◆ month

unsigned char mcTable::month

Entry creation date/time (month)

Entry modification date/time (month)

Definition at line 162 of file libmc.h.

◆ name

unsigned char mcTable::name[32]

Entry name

Definition at line 191 of file libmc.h.

◆ sec

unsigned char mcTable::sec

Entry creation date/time (second)

Entry modification date/time (second)

Definition at line 154 of file libmc.h.

◆ unknown1

unsigned char mcTable::unknown1

Definition at line 152 of file libmc.h.

◆ unknown2

unsigned char mcTable::unknown2

Definition at line 169 of file libmc.h.

◆ unknown3

unsigned short mcTable::unknown3

Definition at line 188 of file libmc.h.

◆ unknown4

unsigned mcTable::unknown4[2]

Definition at line 189 of file libmc.h.

◆ year

unsigned short mcTable::year

Entry creation date/time (year)

Entry modification date/time (year)

Definition at line 164 of file libmc.h.


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