fpCloseSubFile()
Closes a stream opened by fpOpenSubFile().
Syntax
int (pascal *fpCloseSubFile) ( KVInputStream *stream);
Arguments
stream
|
The stream to close. This is a pointer returned by fpOpenSubFile(). |
Returns
- If the subfile is closed, the return value is
KVERR_Success
- If the subfile is not closed, the return value is an error code.
Lifetime and Memory Management
-
After you close the subfile, the stream is no longer valid and must not be accessed.