DrWatsonClear (Compact 2013)
3/28/2014
This function clears the Windows Embedded Compact error reporting dump storage by setting the whole Windows Embedded Compact 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 |
See Also
Reference
Kernel Functions
KernelIoControl
DrWatsonGetSize
DrWatsonFlush
DrWatsonWriteData
DrWatsonReadData