Pointer to an Intuition message
Source position: intuition.pas line 510
type PIntuiMessage = ^TIntuiMessage; |
|
Window structure |
|
|
Allocate memory for an IntuiMessage |
|
|
Free an previously allocated Intuimessage |
|
|
Send an IntuiMessage to an Intuition Window |
|
|
Get next message from message port |
|
|
Put a message to a message port |
|
|
Put a message to its reply port |
|
|
Wait for a given port to be non-empty |