![]() |
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;
The next queue entry.
The queue type.
Reserved.
Reserved.
Reserved.
The item to mark in the menu.
A handle to an icon.
A handle to a sound resource.
A string to appear in the alert box.
A pointer to a response function.
For application's use.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)