Unit 'Intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#aros]

StartScreenNotifyTagList

Add Notifications to Intuition.

Declaration

Source position: intuition.pas line 3336

function StartScreenNotifyTagList(

  Tags: PTagItem

):NativeUInt;

Description

Add Notifications to Intuition. You will be notified when the screen changes.

Tags

SNA_PubName (STRPTR)
Name of the public screen. Nil means you'll get notifications for all screens.
SNA_MsgPort (PMsgPort)
Notifications will be sent to this port.
SNA_SigBit (ShortInt)
The signal bit to use
SNA_SigTask (PTask)
The task to signal
SNA_UserData (IPTR)
For your personal use. Will be copied into snm_UserData of the messages you receive
SNA_Hook (PHook)
Hook to call
SNA_Priority (ShortInt)
Priority in the notification queue.
SNA_Notify (LongWord)
SNOTIFY_ flags

See also

EndScreenNotify

  

Remove a Screen Notification from Intuition.


Documentation generated on: 2021-07-30