4 instantiations of PCWSTR
Microsoft.AspNetCore.Server.HttpSys (4)
_generated\74\Windows.Win32.PCWSTR.g.cs (1)
39 public static implicit operator PCWSTR(char* value) => new PCWSTR(value);
_generated\82\Windows.Win32.PWSTR.g.cs (3)
51 public override string ToString() => new PCWSTR(this.Value).ToString(); 53 public static implicit operator PCWSTR(PWSTR value) => new PCWSTR(value.Value); 57 internal int Length => new PCWSTR(this.Value).Length;
22 references to PCWSTR
Microsoft.AspNetCore.Server.HttpSys (22)
_generated\21\Windows.Win32.HTTP_COOKED_URL.g.cs (4)
40 internal winmdroot.Foundation.PCWSTR pFullUrl; 43 internal winmdroot.Foundation.PCWSTR pHost; 46 internal winmdroot.Foundation.PCWSTR pAbsPath; 49 internal winmdroot.Foundation.PCWSTR pQueryString;
_generated\22\Windows.Win32.HTTP_DATA_CHUNK.g.cs (2)
77 internal winmdroot.Foundation.PCWSTR pFragmentName; 85 internal winmdroot.Foundation.PCWSTR pFragmentName;
_generated\74\Windows.Win32.PCWSTR.g.cs (5)
28 : IEquatable<PCWSTR> 37 public static explicit operator char*(PCWSTR value) => value.Value; 39 public static implicit operator PCWSTR(char* value) => new PCWSTR(value); 41 public bool Equals(PCWSTR other) => this.Value == other.Value; 43 public override bool Equals(object obj) => obj is PCWSTR other && this.Equals(other);
_generated\77\Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (8)
26 /// <inheritdoc cref="HttpAddUrlToUrlGroup(ulong, winmdroot.Foundation.PCWSTR, ulong, uint)"/> 52 internal static extern uint HttpAddUrlToUrlGroup(ulong UrlGroupId, winmdroot.Foundation.PCWSTR pFullyQualifiedUrl, ulong UrlContext, [Optional] uint Reserved); 126 /// <inheritdoc cref="HttpCreateRequestQueue(winmdroot.Networking.HttpServer.HTTPAPI_VERSION, winmdroot.Foundation.PCWSTR, winmdroot.Security.SECURITY_ATTRIBUTES*, uint, winmdroot.Networking.HttpServer.HTTP_REQUEST_QUEUE_HANDLE*)"/> 171 internal static extern unsafe uint HttpCreateRequestQueue(winmdroot.Networking.HttpServer.HTTPAPI_VERSION Version, [Optional] winmdroot.Foundation.PCWSTR Name, [Optional] winmdroot.Security.SECURITY_ATTRIBUTES* SecurityAttributes, [Optional] uint Flags, winmdroot.Networking.HttpServer.HTTP_REQUEST_QUEUE_HANDLE* RequestQueueHandle); 300 /// <inheritdoc cref="HttpFindUrlGroupId(winmdroot.Foundation.PCWSTR, winmdroot.Foundation.HANDLE, ulong*)"/> 347 internal static extern unsafe uint HttpFindUrlGroupId(winmdroot.Foundation.PCWSTR FullyQualifiedUrl, winmdroot.Foundation.HANDLE RequestQueueHandle, ulong* UrlGroupId); 475 /// <inheritdoc cref="HttpRemoveUrlFromUrlGroup(ulong, winmdroot.Foundation.PCWSTR, uint)"/> 508 internal static extern uint HttpRemoveUrlFromUrlGroup(ulong UrlGroupId, winmdroot.Foundation.PCWSTR pFullyQualifiedUrl, uint Flags);
_generated\82\Windows.Win32.PWSTR.g.cs (3)
50 /// <inheritdoc cref="PCWSTR.ToString()"/> 53 public static implicit operator PCWSTR(PWSTR value) => new PCWSTR(value.Value); 56 /// <inheritdoc cref="PCWSTR.Length"/>