SetHandler (Windows CE 5.0)

Send Feedback

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

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 Values

None.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Rndismini.h.

See Also

GetHandler | RNDIS_PDD_CHARACTERISTICS

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.