1al_win_remove_window_callback(3)              al_win_remove_window_callback(3)
2
3
4

NAME

6       al_win_remove_window_callback - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_windows.h>
10
11              bool al_win_remove_window_callback(ALLEGRO_DISPLAY *display,
12                 bool (*callback)(ALLEGRO_DISPLAY *display, UINT message, WPARAM wparam,
13                 LPARAM lparam, LRESULT *result, void *userdata), void *userdata)
14

DESCRIPTION

16       Removes    the   callback   that   was   previously   registered   with
17       al_win_add_window_callback(3).  The userdata pointer must be  the  same
18       as what was used during the registration of the callback.
19
20       Returns true if the callback was removed.
21

SINCE

23       5.1.2
24
25
26
27Allegro reference manual                      al_win_remove_window_callback(3)
Impressum