PDDInit (Windows CE 5.0)

Send Feedback

This function is used by MDD to initialize the PDD.

BOOL PDDInit(RNDIS_PDD_CHARACTERISTICS* pRndisPddCharacteristics,PBYTE pBaseAddress);

Parameters

  • pRndisPddCharacteristics
    [out] Points to RNDIS_PDD_CHARACTERISTICS structure set up by MDD and filled by PDD.
  • pBaseAddress
    [in] Only used by RNDIS KITL. If set, the MDD informs the PDD to use this base IO address instead of re-registering or scanning the hardware for its device.

Return Values

TRUE successful PDD initialization, FALSE otherwise.

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.