DeleteVRAMIOReq
Delete an I/O request created by CreateVRAMIOReq().
Synopsis
Err DeleteVRAMIOReq (Item ioreq)
Description
This macro deletes a SPORT I/O request item created by CreateVRAMIOReq()
.
Arguments
- ioreq
- The item number of the I/O request to delete.
Return Value
The macro returns 0 if the I/O request was successfully deleted or an error code (a negative value) if an error occurs.
Implementation
Macro implemented in graphics.h V24.
Associated Files
graphics.h
See Also
CreateVRAMIOReq
()