ImageMagick.OpenCL.NativeMethods.X64.OpenCL_GetDevice C# (CSharp) Method

OpenCL_GetDevice() private method

private OpenCL_GetDevice ( IntPtr list, UIntPtr index ) : IntPtr
list System.IntPtr
index System.UIntPtr
return System.IntPtr
        public static extern IntPtr OpenCL_GetDevice(IntPtr list, UIntPtr index);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]