pfnNKDrWatsonWrite (Windows Embedded CE 6.0)

1/5/2010

This function can be used to change the DrWatsonWriteData functionality.

Syntax

DWORD (*pfnNKDrWatsonWrite)(
  DWORD dwOffset, 
  LPVOID pData, 
  DWORD cbSize 
);

Parameters

  • dwOffset
    [in] Offset into the Windows Embedded CE Error Reporting dump area to start writing data to.
  • pData
    [in] Data to be written to the Windows Embedded CE Error Reporting dump area.
  • cbSize
    [in] Size, in bytes, of the data.

Return Value

Returns the size, in bytes, of the data written to the Windows Embedded CE Error Reporting dump.

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

Optional OAL Functions
dwNKDrWatsonSize
pfnNKDrWatsonFlush
pfnNKDrWatsonClear
pfnNKDrWatsonRead

Other Resources

DrWatsonWriteData