Carbon


cmpIsMissing

Header: Components.h

enum {
    cmpIsMissing = 536870912,
    cmpWantsRegisterMessage = -2147483648
};

Constant descriptions

cmpIsMissing
cmpWantsRegisterMessage

The setting of the cmpWantsRegisterMessage bit determines whether the Component Manager calls this component during registration. Set this bit to 1 if your component should be called when it is registered; otherwise, set this bit to 0.

These values are used by the componentFlags field of the ComponentDescription structure to provide additional information about a component.


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