Freigeben über


IDMAChannel::GetMaxOutstandingTransfers (Windows CE 5.0)

Send Feedback

This method returns the maximum number of outstanding DMA entries that the scatter-gather channel can hold in its queue along with the maximum transfer size per single entry.

HRESULT GetMaxOutstandingTransfers(DWORD* pdwTransfers,DWORD* pdwMaxSize);

Parameters

  • pdwTransfers
    [out] Pointer to return the maximum number of transfers. This value can be NULL.
  • pdwMaxSize
    [out] Pointer to return the maximum size of a single transfer. This value can be NULL.

Return Values

If the method completes successfully, the return value is S_OK.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Dvddrvr.idl.

See Also

IDMAChannel:IUnknown

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.