-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #402 from tannergooding/main
Generate bindings for um/ahadmin, um/http, um/httpserv, um/httptrace, and um/wpframework
- Loading branch information
Showing
478 changed files
with
32,954 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
@../../../settings.rsp | ||
@../../../remap.rsp | ||
--file | ||
um-ahadmin.h | ||
--methodClassName | ||
Windows | ||
--namespace | ||
TerraFX.Interop.Windows | ||
--output | ||
../../../../sources/Interop/Windows/Windows/um/ahadmin | ||
--test-output | ||
../../../../tests/Interop/Windows/Windows/um/ahadmin | ||
--traverse | ||
C:/Program Files (x86)/Windows Kits/10/Include/10.0.26100.0/um/ahadmin.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. | ||
|
||
// Ported from um/ahadmin.h in the Windows SDK for Windows 10.0.26100.0 | ||
// Original source is Copyright © Microsoft. All rights reserved. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#include "..\..\..\TerraFX.h" | ||
#include <ahadmin.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
@../../../settings.rsp | ||
@../../../remap.rsp | ||
--exclude | ||
HTTPAPI_EQUAL_VERSION | ||
HTTPAPI_GREATER_VERSION | ||
HTTPAPI_LESS_VERSION | ||
HTTPAPI_VERSION_GREATER_OR_EQUAL | ||
HTTP_EQUAL_VERSION | ||
HTTP_GREATER_EQUAL_VERSION | ||
HTTP_GREATER_VERSION | ||
HTTP_IS_NULL_ID | ||
HTTP_LESS_EQUAL_VERSION | ||
HTTP_LESS_VERSION | ||
HTTP_NOT_EQUAL_VERSION | ||
HTTP_SET_NULL_ID | ||
HTTP_SET_VERSION | ||
--file | ||
um-http.h | ||
--methodClassName | ||
Windows | ||
--namespace | ||
TerraFX.Interop.Windows | ||
--output | ||
../../../../sources/Interop/Windows/Windows/um/http | ||
--test-output | ||
../../../../tests/Interop/Windows/Windows/um/http | ||
--traverse | ||
C:/Program Files (x86)/Windows Kits/10/Include/10.0.26100.0/um/http.h | ||
--with-attribute | ||
HttpDeclarePush=SupportedOSPlatform("windows10.0") | ||
HttpDelegateRequestEx=SupportedOSPlatform("windows10.0.19043.0") | ||
HttpFindUrlGroupId=SupportedOSPlatform("windows10.0.19043.0") | ||
HttpIsFeatureSupported=SupportedOSPlatform("windows10.0.19043.0") | ||
HttpPrepareUrl=SupportedOSPlatform("windows6.2") | ||
HttpUpdateServiceConfiguration=SupportedOSPlatform("windows10.0.15063.0") | ||
--with-librarypath | ||
HttpAddFragmentToCache=httpapi | ||
HttpAddUrl=httpapi | ||
HttpAddUrlToUrlGroup=httpapi | ||
HttpCancelHttpRequest=httpapi | ||
HttpCloseRequestQueue=httpapi | ||
HttpCloseServerSession=httpapi | ||
HttpCloseUrlGroup=httpapi | ||
HttpCreateHttpHandle=httpapi | ||
HttpCreateRequestQueue=httpapi | ||
HttpCreateServerSession=httpapi | ||
HttpCreateUrlGroup=httpapi | ||
HttpDeclarePush=httpapi | ||
HttpDelegateRequestEx=httpapi | ||
HttpDeleteServiceConfiguration=httpapi | ||
HttpFindUrlGroupId=httpapi | ||
HttpFlushResponseCache=httpapi | ||
HttpGetExtension=httpapi | ||
HttpInitialize=httpapi | ||
HttpIsFeatureSupported=httpapi | ||
HttpPrepareUrl=httpapi | ||
HttpQueryRequestQueueProperty=httpapi | ||
HttpQueryServerSessionProperty=httpapi | ||
HttpQueryServiceConfiguration=httpapi | ||
HttpQueryUrlGroupProperty=httpapi | ||
HttpReadFragmentFromCache=httpapi | ||
HttpReceiveClientCertificate=httpapi | ||
HttpReceiveHttpRequest=httpapi | ||
HttpReceiveRequestEntityBody=httpapi | ||
HttpRemoveUrl=httpapi | ||
HttpRemoveUrlFromUrlGroup=httpapi | ||
HttpSendHttpResponse=httpapi | ||
HttpSendResponseEntityBody=httpapi | ||
HttpSetRequestProperty=httpapi | ||
HttpSetRequestQueueProperty=httpapi | ||
HttpSetServerSessionProperty=httpapi | ||
HttpSetServiceConfiguration=httpapi | ||
HttpSetUrlGroupProperty=httpapi | ||
HttpShutdownRequestQueue=httpapi | ||
HttpTerminate=httpapi | ||
HttpUpdateServiceConfiguration=httpapi | ||
HttpWaitForDemandStart=httpapi | ||
HttpWaitForDisconnect=httpapi | ||
HttpWaitForDisconnectEx=httpapi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. | ||
|
||
// Ported from um/http.h in the Windows SDK for Windows 10.0.26100.0 | ||
// Original source is Copyright © Microsoft. All rights reserved. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#include "..\..\..\TerraFX.h" | ||
#include <http.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
@../../../settings.rsp | ||
@../../../remap.rsp | ||
--file | ||
um-httpserv.h | ||
--methodClassName | ||
Windows | ||
--namespace | ||
TerraFX.Interop.Windows | ||
--output | ||
../../../../sources/Interop/Windows/Windows/um/httpserv | ||
--test-output | ||
../../../../tests/Interop/Windows/Windows/um/httpserv | ||
--traverse | ||
C:/Program Files (x86)/Windows Kits/10/Include/10.0.26100.0/um/httpserv.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. | ||
|
||
// Ported from um/httpserv.h in the Windows SDK for Windows 10.0.26100.0 | ||
// Original source is Copyright © Microsoft. All rights reserved. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#include "..\..\..\TerraFX.h" | ||
#include <httpserv.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
@../../../settings.rsp | ||
@../../../remap.rsp | ||
--file | ||
um-httptrace.h | ||
--methodClassName | ||
Windows | ||
--namespace | ||
TerraFX.Interop.Windows | ||
--output | ||
../../../../sources/Interop/Windows/Windows/um/httptrace | ||
--test-output | ||
../../../../tests/Interop/Windows/Windows/um/httptrace | ||
--traverse | ||
C:/Program Files (x86)/Windows Kits/10/Include/10.0.26100.0/um/httptrace.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. | ||
|
||
// Ported from um/httptrace.h in the Windows SDK for Windows 10.0.26100.0 | ||
// Original source is Copyright © Microsoft. All rights reserved. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#include "..\..\..\TerraFX.h" | ||
#include <httptrace.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@../../../settings.rsp | ||
@../../../remap.rsp | ||
--file | ||
um-wpframework.h | ||
--methodClassName | ||
Windows | ||
--namespace | ||
TerraFX.Interop.Windows | ||
--output | ||
../../../../sources/Interop/Windows/Windows/um/wpframework | ||
--test-output | ||
../../../../tests/Interop/Windows/Windows/um/wpframework | ||
--traverse | ||
C:/Program Files (x86)/Windows Kits/10/Include/10.0.26100.0/um/wpframework.h | ||
--with-librarypath | ||
LoadManagedRuntime=webengine4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. | ||
|
||
// Ported from um/wpframework.h in the Windows SDK for Windows 10.0.26100.0 | ||
// Original source is Copyright © Microsoft. All rights reserved. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#include "..\..\..\TerraFX.h" | ||
#include <wpframework.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
sources/Interop/Windows/WinRT/winrt/windows.foundation/DateTime.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. --> | ||
<!-- Ported from https://github.com/MicrosoftDocs/sdk-api/ --> | ||
<doc> | ||
<member name="DateTime"> | ||
<summary>Represents an instant in time, typically expressed as a date and time of day.</summary> | ||
</member> | ||
<member name="DateTime.DateTime.UniversalTime"></member> | ||
<member name="DateTime.UniversalTime"> | ||
<summary>The number of 100-nanosecond intervals that have elapsed since 12:00:00 midnight on January 1, 1601 CE, UTC time.</summary> | ||
</member> | ||
</doc> |
12 changes: 12 additions & 0 deletions
12
sources/Interop/Windows/WinRT/winrt/windows.foundation/TimeSpan.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. --> | ||
<!-- Ported from https://github.com/MicrosoftDocs/sdk-api/ --> | ||
<doc> | ||
<member name="TimeSpan"> | ||
<summary>Represents a time interval.</summary> | ||
</member> | ||
<member name="TimeSpan.TimeSpan.Duration"></member> | ||
<member name="TimeSpan.Duration"> | ||
<summary>The time interval, in 100-nanosecond units.</summary> | ||
</member> | ||
</doc> |
Oops, something went wrong.