IDMAChannel::GetPendingTransferCount (Windows CE 5.0)
This method returns the current number of incomplete DMA transfers including any that are in progress.
HRESULT GetPendingTransfersCount(DWORD* pdwPending);
Parameters
- pdwPending
[out] Pointer to return the requested value.
Return Values
If the method completes successfully, the return value is S_OK.
Remarks
This method is used to determine how many new DMA transfers can be set up once the notification is received.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Dvddrvr.idl.
See Also
Send Feedback on this topic to the authors