XACT_FILEIO_CALLBACKS

File I/O Callbacks

typedef struct XACT_FILEIO_CALLBACKS {
    XACT_READFILE_CALLBACK readFileCallback;
    XACT_GETOVERLAPPEDRESULT_CALLBACK getOverlappedResultCallback;
} XACT_FILEIO_CALLBACKS, *PXACT_FILEIO_CALLBACKS;

Members

readFileCallback
Pointer to the client (title) implementation of the XACT_READFILE_CALLBACK callback function.
getOverlappedResultCallback
Pointer to the client (title) implementation of the XACT_GETOVERLAPPEDRESULT_CALLBACK callback function.

Requirements

Header: Declared in Xact.h.

See Also

XACT Structures