ManagedCuda.DriverAPINativeMethods.ExportTables.cuGetExportTable C# (CSharp) 메소드

cuGetExportTable() 개인적인 메소드

private cuGetExportTable ( IntPtr &ppExportTable, ManagedCuda.BasicTypes.CUuuid &pExportTableId ) : CUResult
ppExportTable System.IntPtr
pExportTableId ManagedCuda.BasicTypes.CUuuid
리턴 CUResult
            public static extern CUResult cuGetExportTable(ref IntPtr ppExportTable, ref CUuuid pExportTableId );
DriverAPINativeMethods.ExportTables