pfnNKDrWatsonClear (Windows CE 5.0)

Send Feedback

This function can be used to change the DrWatsonClear functionality.

extern BOOL(*pfnNKDrWatsonClear)(void);

Parameters

None.

Return Values

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

Remarks

This function is used to change how Windows 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

OS Versions: Windows CE 5.0 and later.
Header: Developer-defined.
Link Library: Coredll.lib.

See Also

DrWatsonClear | dwNKDrWatsonSize | pfnNKDrWatsonFlush | pfnNKDrWatsonRead | pfnNKDrWatsonWrite

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.