Κεντρική
Česky
Deutsch
Ελληυικά
English
Español
Français
Italiano
Nederlands
Polski
Português
Русский
Suomi
Svenska
Ειδήσεις
Εισαγωγή
Λήψη
Φωτογραφίες
Τεκμηρίωση
Επικοινωνία
Συντελεστές
Αναγνωρίσεις
Σπόνσορες
Συνδεθείτε μαζί μας
Συνδέσεις
Index
void AbortAslRequest( APTR requester );
void ActivateAslRequest( APTR requester );
APTR AllocAslRequest( ULONG reqType, struct TagItem * tagList ); APTR AllocAslRequestTags( ULONG reqType, TAG tag, ... );
struct FileRequester * AllocFileRequest();
Obsolete. Use AllocAslRequest() instead.
AllocAslRequest()
BOOL AslRequest( APTR requester, struct TagItem * tagList ); BOOL AslRequestTags( APTR requester, TAG tag, ... );
void FreeAslRequest( APTR requester );
Frees a requester that was allocated with AllocAslRequest().
requester - The requester that is to be freed.
void FreeFileRequest( struct FileRequester * fileReq );
Obsolete. Use FreeAslRequest() instead.
FreeAslRequest()
BOOL RequestFile( struct FileRequester * fileReq );
Obsolete. Use AslRequest() instead.
AslRequest()