pspsdk-1.0+beta2
PspGeCallbackData Struct Reference

Structure to hold the callback data. More...

#include <src/ge/pspge.h>

Data Fields

PspGeCallback signal_func
 GE callback for the signal interrupt.
void * signal_arg
 GE callback argument for signal interrupt.
PspGeCallback finish_func
 GE callback for the finish interrupt.
void * finish_arg
 GE callback argument for finish interrupt.

Detailed Description

Structure to hold the callback data.

Field Documentation

void* PspGeCallbackData::finish_arg

GE callback argument for finish interrupt.

Referenced by sceGuInit().

PspGeCallback PspGeCallbackData::finish_func

GE callback for the finish interrupt.

Referenced by sceGuInit().

void* PspGeCallbackData::signal_arg

GE callback argument for signal interrupt.

Referenced by sceGuInit().

PspGeCallback PspGeCallbackData::signal_func

GE callback for the signal interrupt.

Referenced by sceGuInit().


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