DosQueryThreadContext - Remarks

DosQueryThreadContext returns the context record of a suspended thread. A thread may be suspended by using DosSuspendThread or DosEnterCritSec. If DosSuspendThread is used, the caller must allow some time for OS/2 to suspend the thread before querying its context.

Note: Values from the thread context should be used only when the state of the target thread is known.


[Back: DosQueryThreadContext - Parameters]
[Next: DosQueryThreadContext - Related Functions]