-
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 #355 from tannergooding/main
Generating bindings for um/CommDlg, um/icm, and um/wcsplugin
- Loading branch information
Showing
225 changed files
with
16,743 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
#include "..\..\..\TerraFX.h" | ||
#include <d3dcompiler.h> | ||
#include <d3dcompiler.inl> |
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
#include "..\..\..\TerraFX.h" | ||
#include <CommCtrl.h> | ||
#include <CommCtrl.inl> |
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,54 @@ | ||
@../../../settings.rsp | ||
@../../../remap.rsp | ||
--exclude | ||
CDSIZEOF_STRUCT | ||
CommDlg_FindReplace_SendCustomResult | ||
CommDlg_FindReplace_SendResult | ||
CommDlg_OpenSave_GetFilePathA | ||
CommDlg_OpenSave_GetFilePathW | ||
CommDlg_OpenSave_GetFolderIDList | ||
CommDlg_OpenSave_GetFolderPathA | ||
CommDlg_OpenSave_GetFolderPathW | ||
CommDlg_OpenSave_GetSpecA | ||
CommDlg_OpenSave_GetSpecW | ||
CommDlg_OpenSave_HideControl | ||
CommDlg_OpenSave_SetControlText | ||
CommDlg_OpenSave_SetDefExt | ||
OPENFILENAME_SIZE_VERSION_400A | ||
OPENFILENAME_SIZE_VERSION_400W | ||
OPENFILENAME_SIZE_VERSION_400 | ||
--file | ||
um-CommDlg.h | ||
--methodClassName | ||
Windows | ||
--namespace | ||
TerraFX.Interop.Windows | ||
--output | ||
../../../../sources/Interop/Windows/Windows/um/CommDlg | ||
--test-output | ||
../../../../tests/Interop/Windows/Windows/um/CommDlg | ||
--traverse | ||
C:/Program Files (x86)/Windows Kits/10/Include/10.0.22621.0/um/CommDlg.h | ||
C:/Program Files (x86)/Windows Kits/10/Include/10.0.22621.0/um/CommDlg.inl | ||
--with-librarypath | ||
ChooseColorA=comdlg32 | ||
ChooseColorW=comdlg32 | ||
ChooseFontA=comdlg32 | ||
ChooseFontW=comdlg32 | ||
CommDlgExtendedError=comdlg32 | ||
FindTextA=comdlg32 | ||
FindTextW=comdlg32 | ||
GetFileTitleA=comdlg32 | ||
GetFileTitleW=comdlg32 | ||
GetOpenFileNameA=comdlg32 | ||
GetOpenFileNameW=comdlg32 | ||
GetSaveFileNameA=comdlg32 | ||
GetSaveFileNameW=comdlg32 | ||
PageSetupDlgA=comdlg32 | ||
PageSetupDlgW=comdlg32 | ||
PrintDlgA=comdlg32 | ||
PrintDlgW=comdlg32 | ||
PrintDlgExA=comdlg32 | ||
PrintDlgExW=comdlg32 | ||
ReplaceTextA=comdlg32 | ||
ReplaceTextW=comdlg32 |
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/CommDlg.h in the Windows SDK for Windows 10.0.22621.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,3 @@ | ||
#include "..\..\..\TerraFX.h" | ||
#include <CommDlg.h> | ||
#include <CommDlg.inl> |
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
#include "..\..\..\TerraFX.h" | ||
#include <WinBase.h> | ||
#include <WinBase.inl> |
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
#include "..\..\..\TerraFX.h" | ||
#include <WinUser.h> | ||
#include <WinUser.inl> |
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,226 @@ | ||
@../../../settings.rsp | ||
@../../../remap.rsp | ||
--exclude | ||
CMGetPS2ColorRenderingDictionary(HPROFILE, DWORD, LPBYTE, LPDWORD, LPBOOL):BOOL | ||
CMGetPS2ColorRenderingIntent(HPROFILE, DWORD, LPBYTE, LPDWORD):BOOL | ||
CMGetPS2ColorSpaceArray(HPROFILE, DWORD, DWORD, LPBYTE, LPDWORD, LPBOOL):BOOL | ||
--file | ||
um-icm.h | ||
--methodClassName | ||
Windows | ||
--namespace | ||
TerraFX.Interop.Windows | ||
--output | ||
../../../../sources/Interop/Windows/Windows/um/icm | ||
--test-output | ||
../../../../tests/Interop/Windows/Windows/um/icm | ||
--traverse | ||
C:/Program Files (x86)/Windows Kits/10/Include/10.0.22621.0/um/icm.h | ||
--with-attribute | ||
AssociateColorProfileWithDevice=SupportedOSPlatform("windows10.0.19043.0") | ||
AssociateColorProfileWithDeviceA=SupportedOSPlatform("windows10.0.19043.0") | ||
CMCheckRGBs=SupportedOSPlatform("windows10.0.19043.0") | ||
CMCreateTransform=SupportedOSPlatform("windows10.0.19043.0") | ||
CMCreateTransformW=SupportedOSPlatform("windows10.0.19043.0") | ||
ColorProfileAddDisplayAssociation=SupportedOSPlatform("windows10.0.19043.0") | ||
ColorProfileGetDisplayDefault=SupportedOSPlatform("windows10.0.19043.0") | ||
ColorProfileGetDisplayList=SupportedOSPlatform("windows10.0.19043.0") | ||
ColorProfileGetDisplayUserScope=SupportedOSPlatform("windows10.0.19043.0") | ||
ColorProfileRemoveDisplayAssociation=SupportedOSPlatform("windows10.0.19043.0") | ||
ColorProfileSetDisplayDefaultAssociation=SupportedOSPlatform("windows10.0.19043.0") | ||
--with-librarypath | ||
AssociateColorProfileWithDevice=mscms | ||
AssociateColorProfileWithDeviceA=mscms | ||
AssociateColorProfileWithDeviceW=mscms | ||
CheckBitmapBits=mscms | ||
CheckColors=mscms | ||
CloseColorProfile=mscms | ||
CMCheckColors=icm32 | ||
CMCheckColorsInGamut=icm32 | ||
CMCheckRGBs=icm32 | ||
CMConvertColorNameToIndex=icm32 | ||
CMConvertIndexToColorName=icm32 | ||
CMCreateDeviceLinkProfile=icm32 | ||
CMCreateMultiProfileTransform=icm32 | ||
CMCreateProfile=icm32 | ||
CMCreateProfileW=icm32 | ||
CMCreateTransform=icm32 | ||
CMCreateTransformExt=icm32 | ||
CMCreateTransformExtW=icm32 | ||
CMCreateTransformW=icm32 | ||
CMDeleteTransform=icm32 | ||
CMGetInfo=icm32 | ||
CMGetNamedProfileInfo=icm32 | ||
CMIsProfileValid=icm32 | ||
CMTranslateColors=icm32 | ||
CMTranslateRGB=icm32 | ||
CMTranslateRGBs=icm32 | ||
CMTranslateRGBsExt=icm32 | ||
ColorProfileAddDisplayAssociation=mscms | ||
ColorProfileGetDisplayDefault=mscms | ||
ColorProfileGetDisplayList=mscms | ||
ColorProfileGetDisplayUserScope=mscms | ||
ColorProfileRemoveDisplayAssociation=mscms | ||
ColorProfileSetDisplayDefaultAssociation=mscms | ||
ConvertColorNameToIndex=mscms | ||
ConvertIndexToColorName=mscms | ||
CreateColorTransform=mscms | ||
CreateColorTransformA=mscms | ||
CreateColorTransformW=mscms | ||
CreateDeviceLinkProfile=mscms | ||
CreateMultiProfileTransform=mscms | ||
CreateProfileFromLogColorSpace=mscms | ||
CreateProfileFromLogColorSpaceA=mscms | ||
CreateProfileFromLogColorSpaceW=mscms | ||
DeleteColorTransform=mscms | ||
DisassociateColorProfileFromDevice=mscms | ||
DisassociateColorProfileFromDeviceA=mscms | ||
DisassociateColorProfileFromDeviceW=mscms | ||
EnumColorProfiles=mscms | ||
EnumColorProfilesA=mscms | ||
EnumColorProfilesW=mscms | ||
GetCMMInfo=mscms | ||
GetColorDirectory=mscms | ||
GetColorDirectoryA=mscms | ||
GetColorDirectoryW=mscms | ||
GetColorProfileElement=mscms | ||
GetColorProfileElementTag=mscms | ||
GetColorProfileFromHandle=mscms | ||
GetColorProfileHeader=mscms | ||
GetCountColorProfileElements=mscms | ||
GetNamedProfileInfo=mscms | ||
GetPS2ColorRenderingDictionary=mscms | ||
GetPS2ColorRenderingIntent=mscms | ||
GetPS2ColorSpaceArray=mscms | ||
GetStandardColorSpaceProfile=mscms | ||
GetStandardColorSpaceProfileA=mscms | ||
GetStandardColorSpaceProfileW=mscms | ||
InstallColorProfile=mscms | ||
InstallColorProfileA=mscms | ||
InstallColorProfileW=mscms | ||
IsColorProfileTagPresent=mscms | ||
IsColorProfileValid=mscms | ||
OpenColorProfile=mscms | ||
OpenColorProfileA=mscms | ||
OpenColorProfileW=mscms | ||
RegisterCMM=mscms | ||
RegisterCMMA=mscms | ||
RegisterCMMW=mscms | ||
SelectCMM=mscms | ||
SetColorProfileElement=mscms | ||
SetColorProfileElementReference=mscms | ||
SetColorProfileElementSize=mscms | ||
SetColorProfileHeader=mscms | ||
SetStandardColorSpaceProfile=mscms | ||
SetStandardColorSpaceProfileA=mscms | ||
SetStandardColorSpaceProfileW=mscms | ||
SetupColorMatching=icmui | ||
SetupColorMatchingA=icmui | ||
SetupColorMatchingW=icmui | ||
TranslateBitmapBits=mscms | ||
TranslateColors=mscms | ||
UninstallColorProfile=mscms | ||
UninstallColorProfileA=mscms | ||
UninstallColorProfileW=mscms | ||
UnregisterCMM=mscms | ||
UnregisterCMMA=mscms | ||
UnregisterCMMW=mscms | ||
WcsAssociateColorProfileWithDevice=mscms | ||
WcsCheckColors=mscms | ||
WcsCreateIccProfile=mscms | ||
WcsDisassociateColorProfileFromDevice=mscms | ||
WcsEnumColorProfiles=mscms | ||
WcsEnumColorProfilesSize=mscms | ||
WcsGetCalibrationManagementState=mscms | ||
WcsGetDefaultColorProfile=mscms | ||
WcsGetDefaultColorProfileSize=mscms | ||
WcsGetDefaultRenderingIntent=mscms | ||
WcsGetUsePerUserProfiles=mscms | ||
WcsOpenColorProfile=mscms | ||
WcsOpenColorProfileA=mscms | ||
WcsOpenColorProfileW=mscms | ||
WcsSetCalibrationManagementState=mscms | ||
WcsSetDefaultColorProfile=mscms | ||
WcsSetDefaultRenderingIntent=mscms | ||
WcsSetUsePerUserProfiles=mscms | ||
WcsTranslateColors=mscms | ||
--with-setlasterror | ||
AssociateColorProfileWithDevice | ||
AssociateColorProfileWithDeviceA | ||
AssociateColorProfileWithDeviceW | ||
CheckBitmapBits | ||
CheckColors | ||
CloseColorProfile | ||
CMCheckColorsInGamut | ||
CMCreateProfile | ||
CMCreateProfileW | ||
CMTranslateRGBs | ||
CreateColorTransform | ||
CreateColorTransformA | ||
CreateColorTransformW | ||
CreateDeviceLinkProfile | ||
CreateMultiProfileTransform | ||
DeleteColorTransform | ||
DisassociateColorProfileFromDevice | ||
DisassociateColorProfileFromDeviceA | ||
DisassociateColorProfileFromDeviceW | ||
EnumColorProfiles | ||
EnumColorProfilesA | ||
EnumColorProfilesW | ||
GetColorDirectory | ||
GetColorDirectoryA | ||
GetColorDirectoryW | ||
GetColorProfileElement | ||
GetColorProfileElementTag | ||
GetColorProfileFromHandle | ||
GetColorProfileHeader | ||
GetCountColorProfileElements | ||
GetPS2ColorRenderingIntent | ||
GetPS2ColorSpaceArray | ||
GetStandardColorSpaceProfile | ||
GetStandardColorSpaceProfileA | ||
GetStandardColorSpaceProfileW | ||
InstallColorProfile | ||
InstallColorProfileA | ||
InstallColorProfileW | ||
IsColorProfileTagPresent | ||
IsColorProfileValid | ||
OpenColorProfile | ||
OpenColorProfileA | ||
OpenColorProfileW | ||
RegisterCMM | ||
RegisterCMMA | ||
RegisterCMMW | ||
SelectCMM | ||
SetColorProfileElement | ||
SetColorProfileElementReference | ||
SetColorProfileElementSize | ||
SetColorProfileHeader | ||
SetStandardColorSpaceProfile | ||
SetStandardColorSpaceProfileA | ||
SetStandardColorSpaceProfileW | ||
SetupColorMatching | ||
SetupColorMatchingA | ||
SetupColorMatchingW | ||
TranslateBitmapBits | ||
TranslateColors | ||
UninstallColorProfile | ||
UninstallColorProfileA | ||
UninstallColorProfileW | ||
UnregisterCMM | ||
UnregisterCMMA | ||
UnregisterCMMW | ||
WcsAssociateColorProfileWithDevice | ||
WcsCheckColors | ||
WcsCreateIccProfile | ||
WcsDisassociateColorProfileFromDevice | ||
WcsEnumColorProfiles | ||
WcsEnumColorProfilesSize | ||
WcsGetDefaultColorProfile | ||
WcsGetDefaultColorProfileSize | ||
WcsGetDefaultRenderingIntent | ||
WcsGetUsePerUserProfiles | ||
WcsSetDefaultColorProfile | ||
WcsSetDefaultRenderingIntent | ||
WcsSetUsePerUserProfiles | ||
WcsTranslateColors |
Oops, something went wrong.