pfnNKDrWatsonRead (Windows Embedded CE 6.0)

1/5/2010

This function can be used to change the DrWatsonReadData functionality.

Syntax

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

Parameters

  • dwOffset
    [in] Offset into the Windows Embedded CE Error Reporting dump area to start reading data from.
  • pData
    [in] Buffer to receive the Windows Embedded CE Error Reporting dump.
  • cbSize
    [in] Size, in bytes, of the buffer.

Return Value

Returns the size, in bytes, of the data read from the Windows Embedded CE Error Reporting dump area.

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
pfnNKDrWatsonWrite

Other Resources

DrWatsonReadData