pfnNKDrWatsonRead (Windows CE 5.0)
This function can be used to change the DrWatsonReadData functionality.
extern DWORD(*pfnNKDrWatsonRead)(DWORD dwOffset,LPVOID pData,DWORD cbSize);
Parameters
- dwOffset
[in] Offset into the Windows CE Error Reporting dump area to start reading data from. - pData
[in] Buffer to receive the Windows CE Error Reporting dump. - cbSize
[in] Size, in bytes, of the buffer.
Return Values
Returns the size, in bytes, of the data read from the Windows CE Error Reporting dump area.
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
DrWatsonReadData | dwNKDrWatsonSize | pfnNKDrWatsonFlush | pfnNKDrWatsonClear | pfnNKDrWatsonWrite
Send Feedback on this topic to the authors