CheckControlC
Other versions of this page are also available for the following:
8/27/2008
This function checks to see whether the user pressed the CTRL+C key combination.
Syntax
ULONG CheckControlC(VOID);
Parameters
None.
Return Value
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
Header | wdbgexts_ce.h |
Library | Developer Implemented |
Windows Embedded CE | Windows CE 3.0 and later |