Carbon


copyreq

Header: OpenTransportProtocol.h

struct copyreq {
    SInt32 cq_cmd; 
    cred *cq_cr; 
    UInt32 cq_id; 
    caddr_t cq_addr; 
    UInt32 cq_size; 
    SInt32 cq_flag; 
    mblk_t *cq_private; 
    SInt32 cq_filler[4];
};

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