Mike Battista
|
34625065e3
|
Fixed build break.
|
2024-03-19 09:37:22 -07:00 |
Marijn Suijten
|
7344bf7c5a
|
Update D3D12 Agility SDK to 1.613 (#1870)
|
2024-03-18 14:46:02 -07:00 |
Mike Battista
|
1d24141a20
|
`RecompileIdlFilesForScraping` does not run on a clean repo. Fixed #1871.
|
2024-03-18 14:43:36 -07:00 |
Mike Battista
|
d1702f3d2b
|
`AdjustWindowExForDpi` expects `WINDOW_STYLE` and `WINDOW_EX_STYLE`, but `CREATESTRUCTW` only provides `i32` and `u32` respectively. Fixed #1859.
|
2024-03-04 11:17:52 -08:00 |
Mike Battista
|
f56f285dd4
|
`IMMDevice::GetState`: Wrong function signature/return type. Fixed #1856.
|
2024-03-04 10:51:00 -08:00 |
Rafael Rivera
|
0834a37b3c
|
Correct ICompositionTexture reference (#1853)
* Correct ICompositionTexture reference
* Correct ICompositionTexture reference
|
2024-02-27 12:22:13 -08:00 |
Rafael Rivera
|
c5d5bc58dc
|
Fix MetadataUtils.Tests failures (#1855)
|
2024-02-27 12:21:33 -08:00 |
Mike Battista
|
9d6d88a632
|
SC_HANDLE should be a managed SafeHandle derived type. Fixed #1852.
|
2024-02-22 15:32:51 -08:00 |
localcc
|
18e0afca83
|
fix: IoRing return types (#1850)
|
2024-02-22 15:13:17 -08:00 |
Mike Battista
|
a7385c89fd
|
Updated to v60.
|
2024-02-16 12:34:31 -08:00 |
Mike Battista
|
c8fcf7abd2
|
WriteConsoleW may be broken. Fixed #1840.
|
2024-02-16 10:42:18 -08:00 |
Mike Battista
|
1d271803ec
|
3x FILE_COMPRESSION enum. Fixed #1847.
|
2024-02-16 10:10:32 -08:00 |
Mike Battista
|
49e8092ed0
|
Certain constants appear to be missing (e.g. WINSTA_ALL_ACCESS). Fixed #1835.
|
2024-02-16 09:56:56 -08:00 |
Mike Battista
|
928dbce9ed
|
Missing metadata for SECURITY_MAX_SID_SIZE. Fixed #1721.
|
2024-02-15 12:52:42 -08:00 |
Mike Battista
|
83357764ba
|
Inconsistency in GetSystemMetrics. Fixed #1846.
|
2024-02-13 16:00:06 -08:00 |
Mike Battista
|
530a7e1235
|
Missing wincrypt #defines (e.g. CERT_SYSTEM_STORE_CURRENT_USER, CERT_SYSTEM_STORE_LOCAL_MACHINE). Fixed #1842.
|
2024-02-13 14:36:57 -08:00 |
Mike Battista
|
816bcd2adb
|
`IShellFolder::CompareIDs` should be marked as CanReturnMultipleSuccessValues. Fixed #1833.
|
2024-02-08 14:59:10 -08:00 |
Mike Battista
|
0638ef1b5d
|
IShellFolder2::GetDefaultColumnState::pcsFlags not associated with SHCOLSTATE enum. Fixed #1834.
|
2024-02-08 14:51:33 -08:00 |
Mike Battista
|
94c4fef460
|
APIs that should be declared as returning `WIN32_ERROR`. Fixed #1839.
|
2024-02-08 14:43:26 -08:00 |
Mike Battista
|
29f5f69f68
|
SetErrorMode should return THREAD_ERROR_MODE. Fixed #1841.
|
2024-02-08 14:35:40 -08:00 |
Mike Battista
|
97cb88f89d
|
`PFAX_ROUTING_INSTALLATION_CALLBACKW` should take PWSTR instead of PCWSTR. Fixed #1843.
|
2024-02-08 14:26:04 -08:00 |
Daniel Paoliello
|
10bcf7ea97
|
Add env var to specify location of netstandard.dll (#1824)
|
2024-02-05 15:52:37 -08: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 |