Share via


IDMAChannel::SetDataNotificationThreshold (Windows Embedded CE 6.0)

1/6/2010

This method sets up a low-water threshold for signaling when the number of pending transfer requests drops to a certain point. Setting this number to 0 provides only the empty signal.

Syntax

HRESULT SetDataNotificationThreshold(
  DWORD dwPendingThreshold
);

Parameters

  • dwPendingThreshold
    [in] Value of the threshold should be between the maximum number of outstanding requests (-1 and 0). For more information on this topic, see the IDMAChannel::GetMaxOutstandingTransfers method.

Return Value

The following table shows a list of possible return values.

Return value Description

S_OK

The request completed successfully.

E_INVALIDARG

An invalid argument was encountered.

Requirements

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

See Also

Reference

IDMAChannel
IDMAChannel::GetMaxOutstandingTransfers