次の方法で共有


PFN_PDD_ISR (Compact 2013)

3/26/2014

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 use.

Remarks

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

Requirements

Header

rndismini.h

See Also

Reference

Remote NDIS Functions
RNDIS_PDD_CHARACTERISTICS