Carbon


NMRec

Header: Notification.h

struct NMRec {
    QElemPtr qLink; 
    SInt16 qType; 
    SInt16 nmFlags; 
    SInt32 nmPrivate; 
    SInt16 nmReserved; 
    SInt16 nmMark; 
    Handle nmIcon; 
    Handle nmSound; 
    StringPtr nmStr; 
    NMUPP nmResp; 
    SInt32 nmRefCon;
};
typedef NMRec NMRecPtr;

Field descriptions

qLink

The next queue entry.

qType

The queue type.

nmFlags

Reserved.

nmPrivate

Reserved.

nmReserved

Reserved.

nmMark

The item to mark in the menu.

nmIcon

A handle to an icon.

nmSound

A handle to a sound resource.

nmStr

A string to appear in the alert box.

nmResp

A pointer to a response function.

nmRefCon

For application's use.


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