Граф коммитов

964 Коммитов

Автор SHA1 Сообщение Дата
Steve Otteson affae63de8 Fixes #782 - DEFINE_DEVPROPKEY should emit a DEVPROPKEY, not PROPERTYKEY 2022-03-30 18:22:34 -07:00
Steve Otteson 6f3aabd470 Fixes #856 - define HDEVINFO as a handle type 2022-03-30 16:43:39 -07:00
Steve Otteson 8340907e26 Fixes #846 - Fix some delegates that weren't emitted correctly
Also found that many delegate parameters were in/out when they should only be in
2022-03-30 16:02:26 -07:00
Steve Otteson c4df30bf3c Fixing several small issues
Fixes #736
Fixes #813
Fixes #848
Fixes #852
Fixes #854
Fixes #855
2022-03-30 13:00:07 -07:00
Steve Otteson 2ad4cf2949
Fixes #740 - Add Agile attribute to ID3D* interfaces (#861) 2022-03-29 17:31:04 -07:00
Rafael Rivera fedfba068a
Add InvalidHandleValues to all handle types (#859)
* Add InvalidHandleValues to all handle types

* Remove empty definitions

* Update metadata

Co-authored-by: Steve Otteson <sotteson@microsoft.com>
2022-03-29 17:00:33 -07:00
Steve Otteson ffce351c40
Fixes #803 - Remove out directional attribute when a param isn't a pointer (#860) 2022-03-29 14:38:39 -07:00
Steve Otteson 072b6dae6d
Fixes #671, fixes #844 - Add lots of missing winsock constants (#858) 2022-03-29 12:35:51 -07:00
Mike Battista ae38e15693 Added notes about removing attributes. 2022-03-28 22:38:24 -07:00
Steve Otteson b1f485c740
Fixes #837 - Allow for the removal of attributes when emitting the winmd (#857)
Update the version
2022-03-28 16:57:19 -07:00
Rafael Rivera 15eda95fde
Add InvalidHandleValueAttribute support (#853)
* Add InvalidHandleValueAttribute, tests

* Add InvalidHandleValue attribute to FindVolumeHandle

* Address feedback

* Support multiple InvalidHandleValues

* Fix build
2022-03-28 15:08:07 -07:00
Mike Battista 9353648025 Fixed #850. 2022-03-24 05:42:19 -07:00
Mike Battista 79258a2daf Updated the baseline. 2022-03-24 04:32:45 -07:00
Tatsuyuki Ishi 655210ae36
Add IAudioClient::IsFormatSupported to PreserveSig
IAudioClient::IsFormatSupported returns S_OK, S_FALSE and even AUDCLNT_E_UNSUPPORTED_FORMAT for the "success" condition.
2022-03-24 14:09:03 +09:00
Mike Battista 0f16fb4b86 Fixed #841. 2022-03-22 13:53:26 -07:00
Mike Battista 429b2c3e83 Fixed #845. 2022-03-22 11:30:04 -07:00
Mike Battista b434f39af6 Merge branch 'master' of https://github.com/microsoft/win32metadata 2022-03-22 10:53:13 -07:00
Mike Battista f875105350 Fixed #843. 2022-03-22 10:46:49 -07:00
Steve Otteson b034e8b67c Updating version 2022-03-17 10:45:23 -07:00
Mike Battista 9d538bca58 Merge branch 'pr/riverar/840' 2022-03-16 15:05:38 -07:00
Rafael Rivera a41d474ded
Add PSECURITY_DESCRIPTOR NativeTypeDef (#839) 2022-03-16 14:19:41 -07:00
Rafael Rivera 47b3dd2d9e Add PreserveSig to IsDirty methods 2022-03-16 12:40:35 -07:00
Steve Otteson a07bd6b981 Update the version 2022-03-14 21:07:03 -07:00
Steve Otteson a0546c2149 As per rpcsal.h, deref_opt means input optional but deref_***_opt doesn't
Fixes #805
Fixes #820
2022-03-14 16:49:25 -07:00
Mike Battista 23ffb7818c Fixed #804. 2022-03-14 15:56:39 -07:00
Mike Battista 96daa22826 Fixed #809. 2022-03-14 15:27:45 -07:00
Mike Battista 1939efb65d Fixed #814. 2022-03-14 14:56:18 -07:00
Mike Battista 61e40e4f47 Fixed #824. 2022-03-14 13:46:02 -07:00
Mike Battista 2fb59215f6 Updated the baseline. 2022-03-14 12:33:51 -07:00
Mike Battista 9cd551cc98 Merge branch 'pr/riverar/832' 2022-03-14 11:48:56 -07:00
Mike Battista 18b8669f5c Merge branch 'pr/riverar/831' 2022-03-14 11:48:32 -07:00
Mike Battista 12ca56a72e Merge branch 'pr/riverar/829' 2022-03-14 11:48:08 -07:00
Mike Battista dc7eae9fe5 Merge branch 'pr/riverar/828' 2022-03-14 11:47:31 -07:00
Rafael Rivera c5ac8a2c1e
Add SetLastError attribute to additional Di APIs (#827) 2022-03-14 10:57:33 -07:00
Rafael Rivera 315e9735f4 Correct baseline 2022-03-13 01:11:57 -08:00
Rafael Rivera 12821c1600 Map SECURITY_STATUS to HRESULT 2022-03-13 00:42:50 -08:00
Rafael Rivera 6074e090c0 Add missing CoreWindow APIs to Windows.Win32.System.WinRT 2022-03-12 20:12:32 -08:00
Rafael Rivera 7c2c77e14b Set CoRegisterClassObject flag param type 2022-03-12 14:51:14 -08:00
Rafael Rivera d1ef5f7235 Create scoped enums for PFD constants 2022-03-12 14:29:06 -08:00
Rafael Rivera ddccdf1b15
Remove incorrect PSECURITY_DESCRIPTOR mapping (#822) 2022-03-01 09:54:31 -08:00
Rafael Rivera 4656cf4a75
Remap ICM mode constants to integers (#819)
* Remap ICM mode constants to integers

* Create enum instead
2022-02-23 18:50:43 -08:00
Rafael Rivera aa4f47a937
Add PreserveSig attribute to IXmlReader methods (#818) 2022-02-23 13:05:33 -08:00
Rafael Rivera d8733aa36c
Add FreeWith(CoTaskMemFree) attribute to BITS API params (#811)
* Add CoTaskMemFree attributes to BITS, DO API params

* Correct Baseline
2022-02-22 14:21:00 -08:00
Rafael Rivera a7126b1e2d
Temporarily disable strict mode (#812) 2022-02-22 13:09:41 -08:00
Mike Battista e20e41468f Added CODEOWNERS. 2022-02-10 10:06:02 -08:00
Rafael Rivera 5e59e566bb
Move window message constants from RichEdit namespace (#801)
* Move WM_* out of RichEdit namespace
2022-02-10 10:00:11 -08:00
Mike Battista 81a51569ea
Merge pull request #799 from riverar/rafael/pkg_dep_apis
Adjust lib mapping for PackageDependency APIs
2022-02-09 11:36:36 -08:00
Rafael Rivera 12d19e1eac Adjust lib mapping for PackageDependency APIs 2022-02-09 00:14:15 -08:00
Mike Battista efd8e9c12a
Merge pull request #798 from riverar/rafael/ISequentialStream
Add PreserveSig to ISequentialStream methods
2022-02-07 20:15:53 -08:00
Rafael Rivera e2d88774ed Add PreserveSig to ISequentialStream methods 2022-02-07 19:05:10 -08:00