Next: , Previous: , Up: Executive Assembler Types   [Index]


8.3.2.2 struct x1f4_lxslip_type

typedef struct x1f4_lxslip_type {
    int (*note)(const struct x1f4_lxnote_type **);
    void *slip;
} x1f4_lxslip_type;

The struct x1f4_lxslip_type record describes an assembled libaime library object.

See Library Construct.

See Library Construct Library Reference.

note

is the routine fetching the struct x1f4_lxnote_type library object operating interface.

See struct x1f4_lxnote_type.

The routine returns 0.

slip

is the assembled library object.