Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |