DDGETTRANSFERSTATUSOUTINFO structure (dxmini.h)
The DDGETTRANSFERSTATUSOUTINFO structure contains the transfer status information.
typedef struct _DDGETTRANSFERSTATUSOUTINFO {
DWORD_PTR dwTransferID;
} DDGETTRANSFERSTATUSOUTINFO, *PDDGETTRANSFEROUTINFO;
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.
Requirement | Value |
---|---|
Header | dxmini.h (include Dxmini.h) |