DrWatsonClear (Windows CE 5.0)
This function clears the Windows CE Error Reporting dump storage by zeroing the whole Windows CE Error Reporting dump area.
BOOLDrWatsonClear(void);
Parameters
None.
Return Values
Returns a nonzero value if successful. Otherwise, FALSE is returned.
Remarks
This function calls into KernelIoControl with IOCTL_KLIB_CLEARWATSON.
You can replace the DrWatsonClear functionality by changing the pointer pfnNKDrWatsonClear.
DrWatsonClear is a trusted API. Only trusted applications can access this function. For more information, see Trusted APIs.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Pkfuncs.h.
Link Library: Coredll.lib.
See Also
pfnNKDrWatsonClear | KernelIoControl | DrWatsonGetSize | DrWatsonFlush | DrWatsonWriteData | DrWatsonReadData
Send Feedback on this topic to the authors