CloseDmpTxt (Windows CE 5.0)

Send Feedback

This function frees resources allocated by InitDmpTxt, and closes open file handles.

HRESULT CloseDmpTxt(
  HANDLE hDmpFile
);

Parameters

  • hDmpFile
    [in] Handle to dump file structures to close.

Return Values

The following table shows return values for this function.

Value Description
S_OK Function successful.
E_FAIL Unspecified failure.

Remarks

The hDmpFile parameter is not a normal file handle, and must be closed by this function to free resources.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: DwDumpTxt.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.