Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/6/2010
Required function MDD uses to call PDD when interrupt occurs.
Syntax
Typedef BOOL (* PFN_PDD_ISR)(
PDWORD pdwWaitTime
);
Parameters
- pdwWaitTime
Specified the time MDD should wait before calling ISRHandler again.
Return Value
PDD should always return TRUE. Returning FALSE is reserved for future.
Remarks
pdwWaitTime can be controlled by PDD to indicate how long it will require MDD to wait before calling the ISRHandler again. Generally, pdwWaitTime should be set to INFINITE, unless PDD in polling mode.
Requirements
| Header | rndismini.h |
| Windows Embedded CE | Windows CE .NET 4.0 and later |