FmtClose
Closes a format template. After it is closed, the template cannot be used. Closing the template releases system memory.
Syntax
FmtClose(hFmt)
hFmt:
The format template handle, returned from the FmtOpen() function. The handle identifies the table where all data on the associated format template is stored.
Return Value
0 (zero) if successful, otherwise an error is returned.
Related Functions
Example
FmtClose(hFmt);
See Also