Docs » Autodocs » amiga.lib » CreateStdIO
CreateStdIO -- create an IOStdReq structure
ioReq = CreateStdIO(port); struct IOStdReq *CreateStdIO(struct MsgPort *)
Allocates memory for and initializes a new IOStdReq structure.
port - an already initialized message port to be used for this IO request's reply port. If this is NULL this function fails.
ioReq - a new IOStdReq structure, or NULL if there was not enough memory
DeleteStdIO(), CreateExtIO(), exec.library/CreateIORequest()
|