NativeMethodscore_FileStorage_getDefaultObjectName Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_FileStorage_getDefaultObjectName( string filename, StringBuilder buf, int bufLength )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_FileStorage_getDefaultObjectName ( filename As String, buf As StringBuilder, bufLength As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_FileStorage_getDefaultObjectName( String^ filename, StringBuilder^ buf, int bufLength )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_FileStorage_getDefaultObjectName : filename : string * buf : StringBuilder * bufLength : int -> unit
OpenCvSharp.NativeMethods.core_FileStorage_getDefaultObjectName = function(filename, buf, bufLength);