コード例 #1
0
ファイル: Nvml.cs プロジェクト: djsubtronic/ClevoFanControl
 internal static extern NvmlReturn NvmlDeviceGetGpuOperationMode(IntPtr device, out NvmlGpuOperationMode current, out NvmlGpuOperationMode pending);
コード例 #2
0
 public static extern NvmlReturn NvmlDeviceGetGpuOperationMode(
     NvmlDevice device, out NvmlGpuOperationMode current, out NvmlGpuOperationMode pending);