Beispiel #1
0
 public static void SetLowestTapMetric(uint index)
 {
     AssertSuccess(() => PInvoke.SetLowestTapMetric(index));
 }
Beispiel #2
0
 public static void SetLowestTapMetric(Guid guid)
 {
     AssertSuccess(() => PInvoke.SetLowestTapMetric(ref guid));
 }