Carbon


kOSAModeNeverInteract

Header: OSA.h

enum {
    kOSAModeNeverInteract = 16,
    kOSAModeCanInteract = 32,
    kOSAModeAlwaysInteract = 48,
    kOSAModeDontReconnect = 128
};

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