3 instantiations of HSTRING
System.Private.Windows.Core (3)
_generated\122\Windows.Win32.HSTRING.g.cs (3)
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());
31 references to HSTRING
System.Private.Windows.Core (30)
_generated\122\Windows.Win32.HSTRING.g.cs (13)
32 : IEquatable<HSTRING> 42 internal static HSTRING Null => default; 46 public static implicit operator void*(HSTRING value) => value.Value; 48 public static explicit operator HSTRING(void* value) => new HSTRING(value); 50 public static bool operator ==(HSTRING left, HSTRING right) => left.Value == right.Value; 52 public static bool operator !=(HSTRING left, HSTRING right) => !(left == right); 54 public bool Equals(HSTRING other) => this.Value == other.Value; 56 public override bool Equals(object obj) => obj is HSTRING other && this.Equals(other); 62 public static implicit operator IntPtr(HSTRING value) => new IntPtr(value.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());
_generated\147\Windows.Win32.IInspectable.g.cs (8)
113 /// <inheritdoc cref="GetRuntimeClassName(winmdroot.System.WinRT.HSTRING*)"/> 115 internal unsafe winmdroot.Foundation.HRESULT GetRuntimeClassName(out winmdroot.System.WinRT.HSTRING className) 117 fixed (winmdroot.System.WinRT.HSTRING* classNameLocal = &className) 127 private static winmdroot.Foundation.HRESULT GetRuntimeClassName(IInspectable* pThis, winmdroot.System.WinRT.HSTRING* className) 159 public unsafe winmdroot.Foundation.HRESULT GetRuntimeClassName(winmdroot.System.WinRT.HSTRING* className) 161 return ((delegate *unmanaged [Stdcall]<IInspectable*,winmdroot.System.WinRT.HSTRING* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IInspectable*)Unsafe.AsPointer(ref this), className); 242 internal delegate *unmanaged [Stdcall]<IInspectable*,winmdroot.System.WinRT.HSTRING* ,winmdroot.Foundation.HRESULT> GetRuntimeClassName_5; 276 unsafe winmdroot.Foundation.HRESULT GetRuntimeClassName(winmdroot.System.WinRT.HSTRING* className);
_generated\196\Windows.Win32.PInvokeCore.api-ms-win-core-winrt-l1-1-0.dll.g.cs (1)
42 internal static extern unsafe winmdroot.Foundation.HRESULT RoActivateInstance(winmdroot.System.WinRT.HSTRING activatableClassId, winmdroot.System.WinRT.IInspectable** instance);
_generated\197\Windows.Win32.PInvokeCore.api-ms-win-core-winrt-string-l1-1-0.dll.g.cs (5)
33 internal static extern winmdroot.Foundation.HRESULT WindowsDeleteString([Optional] winmdroot.System.WinRT.HSTRING @string); 35 /// <inheritdoc cref="WindowsCreateString(winmdroot.Foundation.PCWSTR, uint, winmdroot.System.WinRT.HSTRING*)"/> 38 internal static unsafe winmdroot.Foundation.HRESULT WindowsCreateString([Optional] string sourceString, uint length, out winmdroot.System.WinRT.HSTRING @string) 40 fixed (winmdroot.System.WinRT.HSTRING* @stringLocal = &@string) 69 internal static extern unsafe winmdroot.Foundation.HRESULT WindowsCreateString([Optional] winmdroot.Foundation.PCWSTR sourceString, uint length, winmdroot.System.WinRT.HSTRING* @string);
_generated\264\Windows.Win32.System_WinRT_IInspectable_Extensions.g.cs (3)
36 /// <inheritdoc cref="winmdroot.System.WinRT.IInspectable.Interface.GetRuntimeClassName(winmdroot.System.WinRT.HSTRING*)"/> 37 internal static unsafe winmdroot.Foundation.HRESULT GetRuntimeClassName(this winmdroot.System.WinRT.IInspectable.Interface @this, out winmdroot.System.WinRT.HSTRING className) 39 fixed (winmdroot.System.WinRT.HSTRING* classNameLocal = &className)
System.Windows.Forms (1)
System\Windows\Forms\SystemVisualSettingsTracker.cs (1)
171HSTRING className = default;