OEMReschedule (Windows Embedded CE 6.0)

1/5/2010

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

This function is optional.

Syntax

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 Value

None.

Remarks

OEMReschedule can be used to catch thread switching.

Requirements

Header Developer Implemented
Library Nk.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Optional OAL Functions
pfnOEMReschedule