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.
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
Send Feedback on this topic to the authors