Carbon


OTBuffer

Header: OpenTransport.h

struct OTBuffer {
    void *fLink; 
    void *fLink2; 
    OTBuffer *fNext; 
    UInt8 *fData; 
    ByteCount fLen; 
    void *fSave; 
    UInt8 fBand; 
    UInt8 fType; 
    UInt8 fPad1; 
    UInt8 fFlags;
};

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