Carbon


kOSAModeNeverInteract

Header: OSA.h

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

Constant descriptions

kOSAModeNeverInteract
kOSAModeCanInteract
kOSAModeAlwaysInteract
kOSAModeDontReconnect


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