CheckControlC (Windows CE 5.0)

Send Feedback

This function checks to see whether the user pressed the CTRL+C key combination.

ULONG CheckControlC(  VOID);

Parameters

None.

Return Values

If the user pressed CTRL+C, this function returns TRUE. Otherwise, the function returns FALSE.

Remarks

Use this function in a loop to allow the user to press CTRL+C to exit a routine.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: WDbgExts_CE.h.
Link Library: Developer defined.

See Also

Debugger Extension Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.