pfnNKDrWatsonWrite (Windows CE 5.0)

Send Feedback

This function can be used to change the DrWatsonWriteData functionality.

extern DWORD(*pfnDrWatsonWrite)(DWORD dwOffset,LPVOID pData,DWORD cbSize);

Parameters

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

Return Values

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

Remarks

This function is used to change how Windows 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

OS Versions: Windows CE 5.0 and later.
Header: Developer-defined.
Link Library: Coredll.lib.

See Also

DrWatsonWriteData | dwNKDrWatsonSize | pfnNKDrWatsonFlush | pfnNKDrWatsonClear | pfnNKDrWatsonRead

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.