ImageMagick.OpenCLDevice.NativeMethods.X86.OpenCLDevice_GetKernelProfileRecords C# (CSharp) 메소드

OpenCLDevice_GetKernelProfileRecords() 개인적인 메소드

private OpenCLDevice_GetKernelProfileRecords ( IntPtr Instance, UIntPtr &length ) : IntPtr
Instance System.IntPtr
length System.UIntPtr
리턴 System.IntPtr
        public static extern IntPtr OpenCLDevice_GetKernelProfileRecords(IntPtr Instance, out UIntPtr length);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]