Initialize a Requester structure.
Source position: intuition.pas line 3473
procedure InitRequester( |
Requester: PRequester |
); |
Requester |
|
A pointer to a Requester structure |
Initializes a requester for general use. After calling InitRequester, you need fill in only those Requester values that fit your needs. The other values are set to nil--or zero--states.
Note that the example in the early versions of the Intuition Reference Manual is flawed because the Requester structure is initialized before InitRequester is called. Be sure to perform your initialization after calling InitRequester.
This function is obsolete.