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