Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals

PspIoDrvFileArg Struct Reference
[Driver interface to IoFileMgr]

#include <sdk/kernel/pspiofilemgr_kernel.h>

Collaboration diagram for PspIoDrvFileArg:

Collaboration graph
[legend]

Detailed Description

Structure passed to the file functions of the io driver system.


Data Fields

u32 unk1
 Unknown.
u32 fs_num
 The file system number, e.g.
PspIoDrvArgdrv
 Pointer to the driver structure.
u32 unk2
 Unknown, again.
void * arg
 Pointer to a user defined argument, this is preserved on a per file basis.


Field Documentation

void* PspIoDrvFileArg::arg
 

Pointer to a user defined argument, this is preserved on a per file basis.

PspIoDrvArg* PspIoDrvFileArg::drv
 

Pointer to the driver structure.

u32 PspIoDrvFileArg::fs_num
 

The file system number, e.g.

if a file is opened as host5:/myfile.txt this field will be 5

u32 PspIoDrvFileArg::unk1
 

Unknown.

u32 PspIoDrvFileArg::unk2
 

Unknown, again.


The documentation for this struct was generated from the following file:
Generated on Wed Sep 28 07:54:44 2005 for pspsdk-1.0+beta by  doxygen 1.4.4