GetDmpLines (Windows CE 5.0)

Send Feedback

This function gets the contents of the dump file.

HRESULT GetDmpLines(
  HANDLE hDmpFile,
  LPWSTR pwzBuf,
  DWORD dwBufSize,
  DWORD dwBegLine,
  DWORD dwEndLine
);

Parameters

  • hDmpFile
    [in] Handle to dump file structures.
  • pwzBuf
    [in] Buffer to fill with display text.
  • dwBufSize
    [in] Size of the buffer in bytes.
  • dwBegLine
    [in] Beginning line to put in the buffer. Must be at least 1.
  • dwEndLine
    [in] End line to put in the buffer. Must be all of the following:
    • At least 1
    • Greater than or equal to dwBegLine
    • Less than or equal to the value of *pdwTotalLines returned by the InitDmpTxt function.

Return Values

The following table shows return values for this function.

Value Description
S_OK Function successful.
E_FAIL Unspecified failure.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: DwDmpTxt.h.
Link Library: DwDmpTxt.lib.

See Also

Report Upload Client Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.