[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

TScreenNotifyMessage

Declaration

Source position: intuition.pas line 2492

type TScreenNotifyMessage = record

  snm_Message: PMagicMessage;

  

  snm_Class: LongWord;

  

Notification Class ID same as SNA_Notify

  snm_Code: LongWord;

  

Code only supported for ScreenDepth() and will put the Flags in

  snm_Object: IPTR;

  

Pointer to the Object that caused this message

  snm_UserData: IPTR;

  

will be filled with SNA_UserData

end;


Documentation generated on: 2017-01-10