Carbon


kDialectBundleResType

Header: ASRegistry.h

enum {
    kDialectBundleResType = 'Dbdl',
    cConstant = 'enum',
    cClassIdentifier = 'pcls',
    cObjectBeingExamined = 'exmn',
    cList = 'list',
    cSmallReal = 'sing',
    cReal = 'doub',
    cRecord = 'reco',
    cReference = 'obj ',
    cUndefined = 'undf',
    cMissingValue = 'msng',
    cSymbol = 'symb',
    cLinkedList = 'llst',
    cVector = 'vect',
    cEventIdentifier = 'evnt',
    cKeyIdentifier = 'kyid',
    cUserIdentifier = 'uid ',
    cPreposition = 'prep',
    cKeyForm = 'kfrm',
    cScript = 'scpt',
    cHandler = 'hand',
    cProcedure = 'proc'
};

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