Carbon


msgb

Header: OpenTransportProtocol.h

struct msgb {
    msgb *b_next; 
    msgb *b_prev; 
    msgb *b_cont; 
    UInt8 *b_rptr; 
    UInt8 *b_wptr; 
    datab *b_datap; 
    UInt8 b_band; 
    UInt8 b_pad1; 
    UInt16 b_flag;
};
typedef msgb mblk_t;

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