Geoffrey Trousdale
|
938e429027
|
Initial commit to use 1ES pipeline template
|
2024-02-01 17:37:58 -05:00 |
Mike Battista
|
3d2ba1e501
|
Updated to v59.
|
2024-01-24 15:36:58 -08:00 |
Mike Battista
|
8f1e5cc2b4
|
`CLSID_DxcUtils` is not included in metadata. Fixed #1812.
|
2024-01-24 10:08:25 -08:00 |
Mike Battista
|
c3c9feae58
|
Missing DEVPKEY_s part 2. Fixed #1793.
|
2024-01-24 09:34:13 -08:00 |
Mike Battista
|
b441fe75f2
|
CONFIGFLAG to enum. Fixed #1794.
|
2024-01-23 13:22:46 -08:00 |
Mike Battista
|
72708f256c
|
SP_DEVINSTALL_PARAMS_W can use various flagged enums. Fixed #1801.
|
2024-01-23 09:33:19 -08:00 |
Mike Battista
|
eb5c0189c6
|
SP_CLASSINSTALL_HEADER and SetupDiCallClassInstaller can use enum. Fixed #1802.
|
2024-01-23 09:14:06 -08:00 |
Mike Battista
|
44c6ff7f8c
|
SetupDiGetClassDevs can use enum. Fixed #1800.
|
2024-01-23 08:52:25 -08:00 |
Mike Battista
|
3f531a982e
|
SP_REMOVEDEVICE_PARAMS can use enum. Fixed #1803.
|
2024-01-23 08:41:09 -08:00 |
Mike Battista
|
e8f9c22e99
|
SP_PROPCHANGE_PARAMS can use enum. Fixed #1806.
|
2024-01-22 17:17:22 -08:00 |
Mike Battista
|
30d2b22e10
|
make IMoniker::BindToStorage Option<T> where T: ComInterface?. Fixed #1829.
|
2024-01-22 15:59:18 -08:00 |
Mike Battista
|
bcabd86603
|
SP_DRVINSTALL_PARAMS can use enum #1807
|
2024-01-22 12:44:20 -08:00 |
Mike Battista
|
5d1f186e68
|
SetupDiCreateDeviceInfo can use enum. Fixed #1808.
|
2024-01-22 12:28:04 -08:00 |
Mike Battista
|
7416db08b5
|
SetupDiSetDeviceRegistryPropertyW can use enum. Fixed #1809.
|
2024-01-22 11:47:25 -08:00 |
Mike Battista
|
7fd7a3803c
|
Exclude TraceLogging from crossarch builds.
|
2024-01-22 11:30:59 -08:00 |
Mike Battista
|
973ca41824
|
SP_ALTPLATFORM_INFO_V2 can use one more enum. Fixed #1816.
|
2024-01-22 11:30:29 -08:00 |
Mike Battista
|
ed614c58af
|
DEVPROPTYPE incomplete. Fixed #1818.
|
2024-01-22 11:14:26 -08:00 |
Rafael Rivera
|
8d67b97baa
|
Restore StgConvertPropertyToVariant, adjust param type (#1832)
* Restore StgConvertPropertyToVariant, adjust param type
* Update changes since last release
|
2024-01-22 09:01:09 -08:00 |
Mike Battista
|
3049fa3ed7
|
Missing synchapi.h CONDITION_, INIT_, SRWLOCK_ constants. Fixed #1788.
|
2024-01-19 13:20:05 -08:00 |
Mike Battista
|
3892ab958e
|
Updated to v58.
|
2024-01-18 13:18:21 -08:00 |
Mike Battista
|
8e64df5bc1
|
`TASKDIALOG_FLAGS` missing the `Flags` attribute. Fixed #1827.
|
2024-01-18 08:59:05 -08:00 |
Mike Battista
|
631b1333f5
|
Added ConsoleControl for #1782.
|
2024-01-18 07:42:53 -08:00 |
Mike Battista
|
6e315690e0
|
Functions missing `CanReturnMultipleSuccessValuesAttribute` or needing other treatment. Fixed #1754.
|
2024-01-17 15:27:26 -08:00 |
Mike Battista
|
1407291d6c
|
Missing appmodel.h, minappmodel.h constants. Fixed #1776.
|
2024-01-17 15:06:39 -08:00 |
Mike Battista
|
12d9e5a767
|
CHAR should be signed, not unsigned. Fixed #1811.
|
2024-01-17 14:40:49 -08:00 |
Mike Battista
|
fd3adca9bd
|
Missing IsWindowArranged, other functions without headers/libs. Fixed #1782.
|
2024-01-17 13:08:26 -08:00 |
Mike Battista
|
941a46e91c
|
SetupDiEnumDriverInfo and SetupDiDestroyDriverInfoList can use existing enum. Fixed #1805.
|
2024-01-16 15:06:45 -08:00 |
Mike Battista
|
183d484d52
|
SetupDiGetClassImageList should be in/out. Fixed #1810.
|
2024-01-16 14:55:25 -08:00 |
Mike Battista
|
2b727c6150
|
Merge branch 'main' of https://github.com/microsoft/win32metadata
|
2024-01-16 14:38:30 -08:00 |
Mike Battista
|
be09a01cdd
|
Some functions and structs are missing `Ansi`/`Unicode` attributes. Fixed #1817.
|
2024-01-16 14:37:45 -08:00 |
Rafael Rivera
|
5ca257b039
|
Add trace logging constants (#1796)
|
2024-01-16 10:09:22 -08:00 |
Mike Battista
|
f8ca075fd5
|
NativeBitfieldAttribute has bizarre Doc attribute. Fixed #1820.
|
2024-01-16 10:04:51 -08:00 |
Mike Battista
|
1ba2527a59
|
Missing FileNamesInformation and other FILE_INFORMATION_CLASS constants in windows-sys. Fixed #1780.
Depends on https://github.com/microsoft/wdkmetadata/issues/54.
|
2024-01-03 14:59:08 -08:00 |
Mike Battista
|
d459dcee29
|
SHCreateItemInKnownFolder dwKFFlags param missing association with KNOWN_FOLDER_FLAG enum. Fixed #1774.
|
2024-01-03 14:32:20 -08:00 |
Mike Battista
|
dcd6af7df0
|
`RegisterPowerSettingNotification` flags param missing association with REGISTER_NOTIFICATION_FLAGS. Fixed #1779.
|
2024-01-03 13:40:32 -08:00 |
Mike Battista
|
78608fdf09
|
Update tools to .NET 8. Fixed #1746.
|
2024-01-03 10:47:30 -08:00 |
Mike Battista
|
a9df764c4a
|
RAWMOUSE usFlags missing association with MOUSE_* flags. Fixed #1786.
|
2024-01-03 10:14:43 -08:00 |
Mike Battista
|
4a843c19fb
|
Enumeration missing to capture DEVICE_STATE_xxx constants. Fixed #1787.
|
2024-01-03 10:01:09 -08:00 |
Mike Battista
|
08d1cbd3d0
|
Minor casing change.
|
2023-12-18 10:19:46 -08:00 |
Mike Battista
|
68f08d2459
|
Document how to update dependencies (Windows SDK, D3D Agility SDK, ClangSharp, etc.). Fixed #1759.
|
2023-12-18 09:17:33 -08:00 |
Rafael Rivera
|
fca56d4075
|
Adjust NOTIFYICONDATA flags, types (#1768)
|
2023-12-18 08:07:34 -08:00 |
Rafael Rivera
|
bcce701782
|
Correct external contract assembly references (#1763)
|
2023-12-15 09:44:04 -08:00 |
Mike Battista
|
3d65d3752a
|
WinSock: WSAID_WSASENDMSG GUID missing. Fixed #1745.
|
2023-12-06 12:38:07 -08:00 |
Mike Battista
|
b0ede4c509
|
Updated the baseline for #1751.
|
2023-12-05 16:05:34 -08:00 |
Mike Battista
|
c41ef7458f
|
Update to latest Windows SDK 10.0.22621.2428. Fixed #1751.
|
2023-12-05 14:40:58 -08:00 |
Mike Battista
|
9711eeac61
|
Fixed namespace for #1740.
|
2023-12-04 12:24:28 -08:00 |
Mike Battista
|
1d53ee46ad
|
`LCS_WINDOWS_COLOR_SPACE` and `LCS_sRGB` are missing for `LcsCsType` enum constants. Fixed #1740.
|
2023-12-04 11:46:48 -08:00 |
Rafael Rivera
|
74a65feda6
|
Correct HtmlHelp libs (#1752)
|
2023-12-04 10:36:32 -08:00 |
Rafael Rivera
|
494f7a050e
|
Update CODEOWNERS (#1753)
|
2023-12-04 10:35:55 -08:00 |
Mike Battista
|
3fb5efb06d
|
Updated NetCore Runtime component version.
|
2023-12-04 09:15:10 -08:00 |