CloseDmpTxt (Windows Embedded CE 6.0)
1/5/2010
This function frees resources allocated by InitDmpTxt, and closes open file handles.
Syntax
HRESULT CloseDmpTxt(
HANDLE hDmpFile
);
Parameters
- hDmpFile
[in] Handle to dump file structures to close.
Return Value
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
Header | DwDumpTxt.h |
Library | dwdmptxt.lib |
Windows Embedded CE | Windows Embedded CE 6.0 and later |