Carbon


kASAnd

Header: ASRegistry.h

enum {
    kASAnd = 'AND ',
    kASOr = 'OR  ',
    kASNot = 'NOT ',
    kASNegate = 'neg ',
    keyASArg = 'arg '
};

Constant descriptions

kASAnd
kASOr
kASNot
kASNegate
keyASArg


© 2000 Apple Computer, Inc. — (Last Updated 5/4/2000)