次の方法で共有


SetHandler (Compact 2013)

3/26/2014

Required function MDD uses to set miscellaneous features of the PDD.

Syntax

typedef BOOL (* PFN_PDD_SET)(
  UINT uiRequestId,
  PVOID pvData,
  ULONG ulDataLength
);

Parameters

  • uiRequestId
    [in] The following table shows the constants defined for uiRequestId that the PDD needs to implement.

    Constant

    Value

    Description

    REQ_ID_HARD_RESET

    0x00000001

    SET:: Hard reset

    REQ_ID_SOFT_RESET

    0x00000002

    SET:: Soft reset

    REQ_ID_ENABLE_INT

    0x00000003

    SET:: Enable Interrupt

    REQ_ID_DISABLE_INT

    0x00000004

    SET:: Disable Interrupt

  • pvData
    [in] Pointer to the data buffer.
  • ulDataLength
    [in] Specifies the length of the data content in the message.

Return Value

None.

Requirements

Header

rndismini.h

See Also

Reference

Remote NDIS Functions
GetHandler
RNDIS_PDD_CHARACTERISTICS