Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |