Emgu CV Library Documentation
cvReleaseFileStorage Method (fs)
NamespacesEmgu.CVCvInvokecvReleaseFileStorage(IntPtr%)

www.emgu.com/wiki
Closes the file associated with the storage and releases all the temporary structures. It must be called after all I/O operations with the storage are finished
Declaration Syntax
C#Visual BasicVisual C++
public static void cvReleaseFileStorage(
	ref IntPtr fs
)
Public Shared Sub cvReleaseFileStorage ( _
	ByRef fs As IntPtr _
)
public:
static void cvReleaseFileStorage(
	IntPtr% fs
)
Parameters
fs ( IntPtr %)
Reference to the pointer of the released file storage

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)