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

#include <libmc-common.h>

Data Fields

union {
   s32   size1
 
   s32   type
 
}; 
 
union {
   s32   size2
 
   s32   free
 
}; 
 
void * dest1
 
void * dest2
 
u8 src1 [16]
 
u8 src2 [16]
 
u8 unused [16]
 

Detailed Description

endParamenter struct used by: McRead, McGetInfo, McReadPage

Definition at line 93 of file libmc-common.h.

Field Documentation

◆ 

union { ... }

◆ 

union { ... }

◆ dest1

void* mcEndParam_t::dest1

Definition at line 102 of file libmc-common.h.

Referenced by mcReadFixAlign().

◆ dest2

void* mcEndParam_t::dest2

Definition at line 103 of file libmc-common.h.

Referenced by mcReadFixAlign().

◆ free

s32 mcEndParam_t::free

Definition at line 100 of file libmc-common.h.

Referenced by mcGetInfoApdx().

◆ size1

s32 mcEndParam_t::size1

Definition at line 95 of file libmc-common.h.

Referenced by mcReadFixAlign().

◆ size2

s32 mcEndParam_t::size2

Definition at line 99 of file libmc-common.h.

Referenced by mcReadFixAlign().

◆ src1

u8 mcEndParam_t::src1[16]

Definition at line 104 of file libmc-common.h.

Referenced by mcReadFixAlign().

◆ src2

u8 mcEndParam_t::src2[16]

Definition at line 105 of file libmc-common.h.

Referenced by mcReadFixAlign().

◆ type

s32 mcEndParam_t::type

Definition at line 96 of file libmc-common.h.

Referenced by mcGetInfoApdx().

◆ unused

u8 mcEndParam_t::unused[16]

Definition at line 106 of file libmc-common.h.


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