Articles
Forums
Downloads
Autodocs
Home
/
Autodocs
/
amiga.lib
NAME
DeleteExtIO
return memory allocated for extended IO request
SYNOPSIS
DeleteExtIO(ioReq);
VOID DeleteExtIO(struct IORequest *);
FUNCTION
Frees up an IO request as allocated by
CreateExtIO()
.
INPUTS
ioReq
The IORequest block to be freed, or NULL.
SEE ALSO
CreateExtIO()