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

SetDisplayDriverCallback

Specify a display driver notification callback

Declaration

Source position: agraphics.pas line 2229

procedure SetDisplayDriverCallback(

  CallBack: TDriverNotifyFunc;

  UserData: Pointer

);

Arguments

CallBack

  

CallBack function is called on every insert/remove

UserData

  

User-defined data, will be passed to the callback function

Description

This function is private to AROS. Do not use it in any end-user software, the specification may change at any moment.

See also

AddDisplayDriverA

  

Add a display driver to the system.


Documentation generated on: 2021-07-30