Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 388 Bytes

File metadata and controls

26 lines (14 loc) · 388 Bytes

NAME

DeleteExtIO - return memory allocated for extended IO request

SYNOPSIS

    DeleteExtIO(ioReq);

    VOID DeleteExtIO(struct IORequest *);

Links: IORequest

FUNCTION

Frees up an IO request as allocated by CreateExtIO.

INPUTS

ioReq - the IORequest block to be freed, or NULL.

SEE ALSO

CreateExtIO