Carbon


Users and Groups Icon Constants

Header: Icons.h

enum {
    kUserFolderIcon = 'ufld',
    kWorkgroupFolderIcon = 'wfld',
    kGuestUserIcon = 'gusr',
    kUserIcon = 'user',
    kOwnerIcon = 'susr',
    kGroupIcon = 'grup'
};

Icon Services defines constants for a number of icons used in the Users and Groups control panel. 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)