8 references to HTTPAPI_VERSION
Microsoft.AspNetCore.Shared.Tests (8)
Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (8)
45 internal static extern unsafe uint HttpInitialize(winmdroot.Networking.HttpServer.HTTPAPI_VERSION Version, winmdroot.Networking.HttpServer.HTTP_INITIALIZE Flags, [Optional] void* pReserved); 89 /// <inheritdoc cref="HttpCreateRequestQueue(winmdroot.Networking.HttpServer.HTTPAPI_VERSION, winmdroot.Foundation.PCWSTR, winmdroot.Security.SECURITY_ATTRIBUTES*, uint, winmdroot.Foundation.HANDLE*)"/> 91 internal static unsafe uint HttpCreateRequestQueue(winmdroot.Networking.HttpServer.HTTPAPI_VERSION Version, string Name, winmdroot.Security.SECURITY_ATTRIBUTES? SecurityAttributes, uint Flags, out Microsoft.Win32.SafeHandles.SafeFileHandle RequestQueueHandle) 133 internal static extern unsafe uint HttpCreateRequestQueue(winmdroot.Networking.HttpServer.HTTPAPI_VERSION Version, winmdroot.Foundation.PCWSTR Name, [Optional] winmdroot.Security.SECURITY_ATTRIBUTES* SecurityAttributes, uint Flags, winmdroot.Foundation.HANDLE* RequestQueueHandle); 454 /// <inheritdoc cref="HttpCreateServerSession(winmdroot.Networking.HttpServer.HTTPAPI_VERSION, ulong*, uint)"/> 456 internal static unsafe uint HttpCreateServerSession(winmdroot.Networking.HttpServer.HTTPAPI_VERSION Version, out ulong ServerSessionId) 483 internal static extern unsafe uint HttpCreateServerSession(winmdroot.Networking.HttpServer.HTTPAPI_VERSION Version, ulong* ServerSessionId, uint Reserved); 1805 internal static extern unsafe uint HttpGetExtension(winmdroot.Networking.HttpServer.HTTPAPI_VERSION Version, uint Extension, void* Buffer, uint BufferSize);