Share via


IDMAChannel::GetPendingTransferCount

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method returns the current number of incomplete DMA transfers including any that are in progress.

Syntax

HRESULT GetPendingTransfersCount(
  DWORD* pdwPending
);

Parameters

  • pdwPending
    [out] Pointer to return the requested value.

Return Value

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

Header dvddrvr.idl
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IDMAChannel