4 references to HSTRING
System.Private.Windows.Core (4)
_generated\122\Windows.Win32.HSTRING.g.cs (4)
38 internal HSTRING(IntPtr value):this(unchecked((void*)value)) 48 public static explicit operator HSTRING(void* value) => new HSTRING(value); 64 public static explicit operator HSTRING(IntPtr value) => new HSTRING((void*)value.ToPointer()); 66 public static explicit operator HSTRING(UIntPtr value) => new HSTRING((void*)value.ToPointer());