Carbon


AlertStdCFStringAlertParamRec

Header: Dialogs.h

struct AlertStdCFStringAlertParamRec {
    UInt32 version; 
    Boolean movable; 
    Boolean helpButton; 
    CFStringRef defaultText; 
    CFStringRef cancelText; 
    CFStringRef otherText; 
    SInt16 defaultButton; 
    SInt16 cancelButton; 
    UInt16 position; 
    OptionBits flags;
};
typedef AlertStdCFStringAlertParamRec AlertStdCFStringAlertParamPtr;

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