Unit 'Intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#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: NativeUInt;

  

Pointer to the Object that caused this message

  snm_UserData: NativeUInt;

  

will be filled with SNA_UserData

end;


Documentation generated on: 2021-07-30