次の方法で共有


PDDInit (RNDIS Driver) (Compact 2013)

3/26/2014

This function is used by MDD to initialize the PDD.

Syntax

BOOL PDDInit(
  RNDIS_PDD_CHARACTERISTICS* pRndisPddCharacteristics,
  PBYTE pBaseAddress
);

Parameters

  • 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 Value

TRUE successful PDD initialization, FALSE otherwise.

Requirements

Header

rndismini.h

See Also

Reference

Remote NDIS Functions
RNDIS_PDD_CHARACTERISTICS