typedef enum stateValues stateValue; const bool kSync = true; /* type info for requests awaiting power */ const bool kAsync = false; };
Shorthand for enum StateValues.
© 2000 Apple Computer, Inc. (Last Updated 2/23/2000)