Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 601 Bytes

DeleteIORequest.md

File metadata and controls

29 lines (17 loc) · 601 Bytes

NAME

DeleteIORequest() - Free a request made by CreateIORequest (V36)

SYNOPSIS

    DeleteIORequest( ioReq );
                     a0

    void DeleteIORequest(struct IORequest *);

Links: IORequest

FUNCTION

Frees up an IO request as allocated by CreateIORequest.

INPUTS

ioReq - A pointer to the IORequest block to be freed, or NULL. This function uses the mn_Length field to determine how much memory to free.

SEE ALSO

CreateIORequest, amiga.lib/DeleteExtIO