CloseDmpTxt (Compact 2013)
3/26/2014
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 |