NativeMethodscvMemStorageAllocString Method (IntPtr, Char, Int32) OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvMemStorageAllocString(System.IntPtr,System.Char*,System.Int32)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static CvString cvMemStorageAllocString(
	IntPtr storage,
	char* ptr,
	int len
)

Parameters

storage
Type: SystemIntPtr

[Missing <param name="storage"/> documentation for "M:OpenCvSharp.NativeMethods.cvMemStorageAllocString(System.IntPtr,System.Char*,System.Int32)"]

ptr
Type: SystemChar*

[Missing <param name="ptr"/> documentation for "M:OpenCvSharp.NativeMethods.cvMemStorageAllocString(System.IntPtr,System.Char*,System.Int32)"]

len
Type: SystemInt32

[Missing <param name="len"/> documentation for "M:OpenCvSharp.NativeMethods.cvMemStorageAllocString(System.IntPtr,System.Char*,System.Int32)"]

Return Value

Type: CvString

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.cvMemStorageAllocString(System.IntPtr,System.Char*,System.Int32)"]

See Also

Reference