Home
Developer Resources
QNX RTOS v4
QNX RTOS v4 Knowledge Base

QNX RTOS v4 Knowledge Base

Foundry27
Foundry27
QNX RTOS v4 project
Resources

QNX RTOS v4 Knowledge Base

Title Defintions of PhAB header files
Ref. No. QNX.000001107
Category(ies) Development
Issue In the file AB_events.h (generated by PhAB) there are structures. What are the fields for these structures?



Solution You can find the definitions for the structures here:
/qnx4/phtk/include/Ap.h

i.e.
/* bitmap resource Structure */
typedef struct {
x09shortx09x09x09nplanes;
x09shortx09x09x09nbytes;
x09PgColor_tx09    colors[1];
x09/* bitmap data follows colors */
} ApBitmapRes_t;