ManagedCuda.DriverAPINativeMethods.ExportTables.cuGetExportTable C# (CSharp) Méthode

cuGetExportTable() private méthode

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