ManagedCuda.DriverAPINativeMethods.ExportTables.cuGetExportTable C# (CSharp) Method

cuGetExportTable() private method

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