8 references to HTTPAPI_VERSION
Microsoft.AspNetCore.Shared.Tests (8)
Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (8)
44 internal static extern unsafe uint HttpInitialize(winmdroot.Networking.HttpServer.HTTPAPI_VERSION Version, winmdroot.Networking.HttpServer.HTTP_INITIALIZE Flags, [Optional] void* pReserved);
87 /// <inheritdoc cref="HttpCreateRequestQueue(winmdroot.Networking.HttpServer.HTTPAPI_VERSION, winmdroot.Foundation.PCWSTR, winmdroot.Security.SECURITY_ATTRIBUTES*, uint, winmdroot.Foundation.HANDLE*)"/>
90 internal static unsafe uint HttpCreateRequestQueue(winmdroot.Networking.HttpServer.HTTPAPI_VERSION Version, [Optional] string Name, [Optional] winmdroot.Security.SECURITY_ATTRIBUTES? SecurityAttributes, [Optional] uint Flags, out Microsoft.Win32.SafeHandles.SafeFileHandle RequestQueueHandle)
132 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.Foundation.HANDLE* RequestQueueHandle);
601 /// <inheritdoc cref="HttpCreateServerSession(winmdroot.Networking.HttpServer.HTTPAPI_VERSION, ulong*, uint)"/>
603 internal static unsafe uint HttpCreateServerSession(winmdroot.Networking.HttpServer.HTTPAPI_VERSION Version, out ulong ServerSessionId)
629 internal static extern unsafe uint HttpCreateServerSession(winmdroot.Networking.HttpServer.HTTPAPI_VERSION Version, ulong* ServerSessionId, [Optional] uint Reserved);
2206 internal static extern unsafe uint HttpGetExtension(winmdroot.Networking.HttpServer.HTTPAPI_VERSION Version, uint Extension, void* Buffer, uint BufferSize);