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

Data Fields

int port
 
int slot
 
int flags
 
int maxent
 
union {
   sceMcTblGetDir *   mcT
 
   char *   curdir
 
}; 
 
char name [1024]
 

Detailed Description

filename related mc command used by: mcOpen, mcGetDir, mcChdir, mcDelete, mcSetFileInfo, mcRename, mcGetEntSpace

Definition at line 103 of file libmc.c.

Field Documentation

◆ 

union { ... }

◆ curdir

char* mcNameParam_t::curdir

Definition at line 110 of file libmc.c.

Referenced by mcChdir().

◆ flags

int mcNameParam_t::flags

Definition at line 106 of file libmc.c.

Referenced by mcDelete(), mcGetDir(), mcOpen(), mcRename(), and mcSetFileInfo().

◆ maxent

int mcNameParam_t::maxent

Definition at line 107 of file libmc.c.

Referenced by mcGetDir().

◆ mcT

sceMcTblGetDir* mcNameParam_t::mcT

Definition at line 109 of file libmc.c.

Referenced by mcGetDir(), mcRename(), and mcSetFileInfo().

◆ name

char mcNameParam_t::name[1024]

Definition at line 112 of file libmc.c.

Referenced by mcChdir(), mcDelete(), mcGetDir(), mcGetEntSpace(), mcOpen(), mcRename(), and mcSetFileInfo().

◆ port

int mcNameParam_t::port

Definition at line 104 of file libmc.c.

Referenced by mcChdir(), mcDelete(), mcGetDir(), mcGetEntSpace(), mcOpen(), mcRename(), and mcSetFileInfo().

◆ slot

int mcNameParam_t::slot

Definition at line 105 of file libmc.c.

Referenced by mcChdir(), mcDelete(), mcGetDir(), mcGetEntSpace(), mcOpen(), mcRename(), and mcSetFileInfo().


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