예제 #1
0
 internal static extern NvmlReturn NvmlDeviceGetAPIRestriction(IntPtr device, NvmlRestrictedAPI apiType, out NvmlEnableState isRestricted);
예제 #2
0
 internal static extern NvmlReturn NvmlDeviceGetAutoBoostedClocksEnabled(IntPtr device, out NvmlEnableState isEnabled, out NvmlEnableState defaultIsEnabled);
예제 #3
0
 internal static extern NvmlReturn NvmlDeviceGetDisplayMode(IntPtr device, out NvmlEnableState display);
예제 #4
0
 internal static extern NvmlReturn NvmlDeviceGetEccMode(IntPtr device, out NvmlEnableState current, out NvmlEnableState pending);
예제 #5
0
 public static extern NvmlReturn NvmlDeviceGetRetiredPagesPendingStatus(
     NvmlDevice device, out NvmlEnableState isPending);
예제 #6
0
 internal static extern NvmlReturn NvmlDeviceGetDisplayActive(IntPtr device, out NvmlEnableState isActive);
예제 #7
0
 public static extern NvmlReturn NvmlDeviceGetPersistenceMode(
     NvmlDevice device, out NvmlEnableState mode);
예제 #8
0
 public static extern NvmlReturn NvmlDeviceGetPowerManagementMode(
     NvmlDevice device, out NvmlEnableState mode);
예제 #9
0
 public static extern NvmlReturn NvmlDeviceGetEccMode(
     NvmlDevice device, out NvmlEnableState current, out NvmlEnableState pending);
예제 #10
0
 public static extern NvmlReturn NvmlDeviceGetDisplayMode(
     NvmlDevice device, out NvmlEnableState display);
예제 #11
0
 public static extern NvmlReturn NvmlDeviceGetDisplayActive(
     NvmlDevice device, out NvmlEnableState isActive);
예제 #12
0
 public static extern NvmlReturn NvmlDeviceGetAutoBoostedClocksEnabled(
     NvmlDevice device, out NvmlEnableState isEnabled, out NvmlEnableState defaultIsEnabled);
예제 #13
0
 public static extern NvmlReturn NvmlDeviceGetAPIRestriction(
     NvmlDevice device, NvmlRestrictedAPI apiType, out NvmlEnableState isRestricted);