Share via


Process Control

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

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

For detailed reference information about the CRT functions, see Alphabetical Function Reference (CRT).

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

Other Resources

C/C++ Libraries for Windows Embedded CE
What's New in the C Run-Time Library