Carbon


iocblk

Header: OpenTransportProtocol.h

struct iocblk {
    SInt32 ioc_cmd; 
    cred *ioc_cr; 
    UInt32 ioc_id; 
    UInt32 ioc_count; 
    SInt32 ioc_error; 
    SInt32 ioc_rval; 
    SInt32 ioc_filler[4];
};

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