DrWatsonClear (Windows Embedded CE 6.0)

1/6/2010

This function clears the Windows Embedded CE error reporting dump storage by setting the whole Windows Embedded CE error reporting dump area to zero.

Syntax

BOOL DrWatsonClear(void);

Parameters

None.

Return Value

A non-zero value indicates success. FALSE indicates failure.

Remarks

This function calls KernelIoControl with IOCTL_KLIB_CLEARWATSON. You can replace the DrWatsonClear functionality by changing the pointer pfnNKDrWatsonClear.

Requirements

Header pkfuncs.h
Library coredll.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Kernel Functions
DrWatsonGetSize
DrWatsonFlush
DrWatsonWriteData
DrWatsonReadData

Concepts

Kernel Mode APIs

Other Resources

pfnNKDrWatsonClear
KernelIoControl