ImageMagick.OpenCL.NativeMethods.X86.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.X86Name, CallingConvention = CallingConvention.Cdecl)]