Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function pointer is optional and is used to point to the OEMReschedule function, if defined.
void (*pfnOEMReschedule)(DWORD dwThrdId,DWORD dwPrio,DWORD dwQuantum,DWORD dwFlags );
Parameters
- dwThrdId
[in] Identifier of the next running thread. - dwPrio
[in] Priority of the next running thread. - dwQuantum
[in] Quantum of the next running thread. - dwFlags
[in] Reserved for future use.
Return Values
None.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Developer-defined.
Link Library: Nk.lib.
See Also
OEMReschedule | pfnOEMIntrOccurs
Send Feedback on this topic to the authors