Docs » Autodocs » exec.library » DeleteIORequest
DeleteIORequest() - Free a request made by CreateIORequest() (V36)
DeleteIORequest( ioReq ); a0 void DeleteIORequest(struct IORequest *);
Frees up an IO request as allocated by CreateIORequest().
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.
CreateIORequest(), amiga.lib/DeleteExtIO()
|