Carbon


gestaltPPCToolboxAttr

Header: Gestalt.h

enum {
    gestaltPPCToolboxAttr = 'ppc ',
    gestaltPPCToolboxPresent = 0,
    gestaltPPCSupportsRealTime = 4096,
    gestaltPPCSupportsIncoming = 1,
    gestaltPPCSupportsOutGoing = 2,
    gestaltPPCSupportsTCP_IP = 4,
    gestaltPPCSupportsIncomingAppleTalk = 16,
    gestaltPPCSupportsIncomingTCP_IP = 32,
    gestaltPPCSupportsOutgoingAppleTalk = 256,
    gestaltPPCSupportsOutgoingTCP_IP = 512
};

Constant descriptions

gestaltPPCToolboxAttr

The selector you pass to the Gestalt function to determine the Program-to-Program Communication (PPC) Toolbox attributes. Note that these constants are defined as masks, not bit numbers.

gestaltPPCToolboxPresent
gestaltPPCSupportsRealTime
gestaltPPCSupportsIncoming
gestaltPPCSupportsOutGoing
gestaltPPCSupportsTCP_IP
gestaltPPCSupportsIncomingAppleTalk
gestaltPPCSupportsIncomingTCP_IP
gestaltPPCSupportsOutgoingAppleTalk
gestaltPPCSupportsOutgoingTCP_IP


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