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