Remote NDIS Functions (Compact 2013)

3/26/2014

This topic discusses the Remote NDIS driver functions

In This Section

  • GetHandler
    Required function that MDD uses to query features PDD supports
  • PFN_PDD_ISR
    Required function that MDD uses to call PDD when interrupt occurs
  • MDDAllocMem
    Allocates the number of bytes needed for one RNDIS packet transfer
  • MddDisconnect
    Used by PDD to inform the MDD that the physical connection to the host was disconnected
  • PDDDeinit
    Called by MDD to de-initialize the initialization done in PDDInit
  • PDDInit
    Used by MDD to initialize the PDD
  • SetHandler
    Required function that MDD uses to set miscellaneous features of the PDD

See Also

Reference

RNDIS Driver Reference