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
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public static void cvReleaseFileStorage(
ref IntPtr fs
) |
Visual Basic (Declaration) |
---|
Public Shared Sub cvReleaseFileStorage ( _
ByRef fs As IntPtr _
) |
Visual C++ |
---|
public:
static void cvReleaseFileStorage(
IntPtr% fs
) |
Parameters
- fs
- Type:
System..::.IntPtr
%
Reference to the pointer of the released file storage
See Also