OEMReschedule (Windows CE 5.0)

Send Feedback

This function is called when the new thread is ready to run.

This function is optional.

void OEMReschedule(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.

Remarks

OEMReschedule can be used to catch thread switching.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Developer-defined.
Link Library: Nk.lib.

See Also

pfnOEMReschedule

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.