Share via


PFN_PDD_ISR (Windows Embedded CE 6.0)

1/6/2010

Required function MDD uses to call PDD when interrupt occurs.

Syntax

Typedef BOOL (* PFN_PDD_ISR)(
  PDWORD pdwWaitTime
);

Parameters

  • pdwWaitTime
    Specified the time MDD should wait before calling ISRHandler again.

Return Value

PDD should always return TRUE. Returning FALSE is reserved for future.

Remarks

pdwWaitTime can be controlled by PDD to indicate how long it will require MDD to wait before calling the ISRHandler again. Generally, pdwWaitTime should be set to INFINITE, unless PDD in polling mode.

Requirements

Header rndismini.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Remote NDIS Functions
RNDIS_PDD_CHARACTERISTICS