http://www.emgu.com
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.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvReleaseFileStorage(
ref IntPtr fs
) |
Visual Basic |
---|
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