Share via


pfnNKDrWatsonClear

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This function can be used to change the DrWatsonClear functionality.

Syntax

BOOL (*pfnNKDrWatsonClear)(void);

Parameters

None.

Return Value

Returns a nonzero value if successful. Otherwise, FALSE is returned.

Remarks

This function is used to change how Windows Embedded CE Error Reporting handles captures. For example, to change the default capture from RAM to ROM, implement ROM-specific routines and change this function pointer to point to your new function.

Requirements

Header Developer Implemented
Library coredll.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

dwNKDrWatsonSize
pfnNKDrWatsonFlush
pfnNKDrWatsonRead
pfnNKDrWatsonWrite

Other Resources

DrWatsonClear