SetHandler (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows CE .NET 4.0 and later |