Share via


Process Control (Windows CE 5.0)

Send Feedback

Developing an Application > Microsoft C Run-time Library for Windows CE > Run-time Routines by Category

Use process-control routines to start, stop, and manage processes from within a program.

Routine Use
longjmp Restores saved stack environment; uses it to execute a nonlocal goto
setjmp Saves stack environment; uses it to execute nonlocal goto

See Also

Microsoft C Run-time Library for Windows CE | Run-time Library Reference

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.