![]() |
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 };
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.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)