DDGETTRANSFERSTATUSOUTINFO structure (dxmini.h)

The DDGETTRANSFERSTATUSOUTINFO structure contains the transfer status information.

Syntax

typedef struct _DDGETTRANSFERSTATUSOUTINFO {
  DWORD_PTR dwTransferID;
} DDGETTRANSFERSTATUSOUTINFO, *PDDGETTRANSFEROUTINFO;

Members

dwTransferID

Contains the transfer ID of the bus master transfer that completed. The transfer ID was originally supplied to the driver in the dwTransferID member of the DDTRANSFERININFO structure. The driver receives a pointer to DDTRANSFERININFO in a call to its DxTransfer function.

Requirements

Requirement Value
Header dxmini.h (include Dxmini.h)

See also

DDTRANSFERININFO

DxGetTransferStatus

DxTransfer