PFN_PDD_ISR (Windows CE 5.0)

Send Feedback

Required function MDD uses to call PDD when interrupt occurs.

Typedef BOOL (* PFN_PDD_ISR)(PDWORD pdwWaitTime);

Parameters

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

Return Values

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Rndismini.h.

See Also

RNDIS_PDD_CHARACTERISTICS

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.