Carbon


OTPortRecord

Header: OpenTransport.h

struct OTPortRecord {
    OTPortRef fRef; 
    UInt32 fPortFlags; 
    UInt32 fInfoFlags; 
    UInt32 fCapabilities; 
    ItemCount fNumChildPorts; 
    OTPortRef *fChildPorts; 
    char fPortName[36]; 
    char fModuleName[32]; 
    char fSlotID[8]; 
    char fResourceInfo[32]; 
    char fReserved[164];
};

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