Carbon


OTGetPortNameProcPtr

Header: OpenTransportProtocol.h Carbon status: Unsupported

typedef void(* OTGetPortNameProcPtr) (
    OTPortRecord *port, 
    OTBooleanParam includeSlot, 
    OTBooleanParam includePort, 
    Str255 userVisibleName
);

You would declare your function like this if you were to name it MyOTGetPortNameCallback:

void MyOTGetPortNameCallback (
    OTPortRecord *port, 
    OTBooleanParam includeSlot, 
    OTBooleanParam includePort, 
    Str255 userVisibleName
);

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