Carbon


datab

Header: OpenTransportProtocol.h

struct datab {
    datab_db_f db_f; 
    UInt8 *db_base; 
    UInt8 *db_lim; 
    UInt8 db_ref; 
    UInt8 db_type; 
    UInt8 db_iswhat; 
    UInt8 db_filler2; 
    UInt32 db_size; 
    UInt8 *db_msgaddr; 
    SInt32 db_filler;
};
typedef datab dblk_t;

© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)