Carbon


Networking Icon Constants

Header: Icons.h

enum {
    kAppleTalkIcon = 'atlk',
    kAppleTalkZoneIcon = 'atzn',
    kAFPServerIcon = 'afps',
    kFTPServerIcon = 'ftps',
    kHTTPServerIcon = ''htps'',
    kGenericNetworkIcon = ''gnet'',
    kIPFileServerIcon = ''isrv''
};

Icon Services defines constants for a number of standard networking icons. You can pass one of these constants in the iconType parameter of the function GetIconRef, for example.


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