4 references to HMONITOR
System.Private.Windows.Core (4)
Windows.Win32.HMONITOR.g.cs (4)
31
internal HMONITOR(IntPtr value):
this
((void*)value)
41
public static explicit operator HMONITOR(void* value) => new
HMONITOR
(value);
57
public static explicit operator HMONITOR(IntPtr value) => new
HMONITOR
((void*)value.ToPointer());
59
public static explicit operator HMONITOR(UIntPtr value) => new
HMONITOR
((void*)value.ToPointer());