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

1914 Коммитов

Автор SHA1 Сообщение Дата
Mike Battista e49ce2191e Missing EXCEPTION_CONTINUE_EXECUTION, etc. Fixed #1731. 2023-11-13 09:29:39 -08:00
Mike Battista 1331a2bbb3 Need to update to AgilitySDK 1.611.1 release. Fixed #1734.
Bug: ID3D12InfoQueue1::RegisterMessageCallback context pointer type does not match D3D12MessageFunc. Fixed #1677.
2023-11-03 13:01:29 -07:00
Mike Battista 0598b6758a Missing constant RPC_S_OK. Fixed #1728. 2023-11-03 11:50:01 -07:00
Mike Battista eb25164469 Need to update to AgilitySDK 1.611.0 release. Fixed #1727. 2023-10-19 10:29:39 -07:00
Mike Battista 2a3c85eaa8 UIA_ Enums should be signed type. Fixed #1723. 2023-10-16 12:18:34 -07:00
Mike Battista e7b2c97eaa Fixed baseline error. 2023-10-13 09:30:20 -07:00
Tim Weis 386d6db808
Fixes #1724 (#1725) 2023-10-12 08:12:27 -07:00
Mike Battista 46fd884cea CM_Get_Device_Interface_List_Size not using new enum flags. Fixed #1717. 2023-09-25 10:52:53 -07:00
Mike Battista 7c967d9c85 Updated to v56. 2023-09-20 07:45:08 -07:00
Rafael Rivera 1e1cd108ec
Adjust scraper expression to capture BYTE constants (#1715) 2023-09-19 22:02:21 -07:00
Rafael Rivera b5bb920ac2
Add GDI+ 1.1 types (#1713) 2023-09-19 08:15:07 -07:00
Rafael Rivera b9994fad7a
Initial support for GDI+ (#1709)
* Add GDI+

* Add abort functions to empty delegate allow list
2023-09-14 11:49:42 -07:00
Rafael Rivera 3d9a91cb2d
Remove sa_family_t typedef (#1711)
Co-authored-by: Mike Battista <13860912+mikebattista@users.noreply.github.com>
2023-09-14 07:35:07 -07:00
Rafael Rivera 75312e7edb
Correct CRYPT_ACQUIRE_FLAGS (#1710)
Co-authored-by: Mike Battista <13860912+mikebattista@users.noreply.github.com>
2023-09-14 07:33:57 -07:00
Lachlan Ennis 9f0afd607f
Fix PARAFORMAT enums missing values (#1707) 2023-09-14 07:32:04 -07:00
Mike Battista e97e9111a1 CM_REMOVAL_POLICY + CM_INSTALL_STATE + CM_DEVCAP enums. Fixed #1647. 2023-09-13 14:22:33 -07:00
Mike Battista 1a739687ec `FINDREPLACE_FLAGS` enum missing values from `commdlg.h`. Fixed #1704. 2023-09-13 11:16:38 -07:00
Mike Battista 2c74d3ba32 CERT_OPEN_STORE_FLAGS can not be treated as bitflags (OR, AND etc.). Fixed #1705. 2023-09-13 08:44:44 -07:00
Lachlan Ennis 84b1491db6
Remove `LIST_VIEW_INSERT_MARK_FLAGS` enum (#1701)
* Add LVIM_BEFORE to better represent enum choices

* Remove LIST_VIEW_INSERT_MARK_FLAGS enum
2023-09-11 05:59:54 -07:00
Lachlan Ennis ce2024acdf
`LVITEMA`/`LVITEMW` Remove the enum limitation on `iGroupId` based on documentation (#1703)
* Remove the enum limitation on iGroupId based on documentation

* Update ChangesSinceLastRelease.txt

---------

Co-authored-by: Mike Battista <13860912+mikebattista@users.noreply.github.com>
2023-09-10 21:48:16 -07:00
Lachlan Ennis 5417c84a6b
Update the `ConstantsScraper` to handle `HWND_BROADCAST` hexadecimal value (#1702)
* Update the ConstantsScraper to handle HWND_BROADCAST (hexadecimal value)

* Update ChangesSinceLastRelease.txt

---------

Co-authored-by: Mike Battista <13860912+mikebattista@users.noreply.github.com>
2023-09-10 21:47:02 -07:00
Lachlan Ennis 21a32e053f
Add missing `LVGROUP_MASK` enum values (#1700)
* Add missing LVGROUP_MASK enum values

* Update ChangesSinceLastRelease.txt

---------

Co-authored-by: Mike Battista <13860912+mikebattista@users.noreply.github.com>
2023-09-10 21:45:07 -07:00
Lachlan Ennis b9d2491ac0
Add missing values to `TASKDIALOG_COMMON_BUTTON_FLAGS` (#1697)
* Add missing values to TASKDIALOG_COMMON_BUTTON_FLAGS

* Update ChangesSinceLastRelease.txt
2023-09-10 21:43:59 -07:00
Mike Battista 581c6390d6 `SetSecurityInfo`: For the `SecurityInfo` parameter, use the `OBJECT_SECURITY_INFORMATION` enumeration instead of the `uint` . Fixed #1694. 2023-09-08 13:27:27 -07:00
Mike Battista 9c7c0a4152 `JET_errSuccess` is `u32` but other `JET_err*` types are `i32`. Fixed #1693. 2023-09-08 12:53:32 -07:00
Mike Battista bdf89e7e01 WNet* methods should return WIN32_ERROR, not uint. Fixed #1695. 2023-09-08 12:43:28 -07:00
Mike Battista 5bf233f04d DevProp * enums. Fixed #1667. 2023-08-30 14:39:44 -07:00
Mike Battista 13b19a25ce CONFLICT_DETAILS can use two enums. Fixed #1646. 2023-08-30 13:56:12 -07:00
Mike Battista 53607f09a3 SPSVCINST_* to enum. Fixed #1671. 2023-08-30 13:39:08 -07:00
Rafael Rivera b7b56bb8d4
Initial support for UCHAR constants (#1691) 2023-08-29 13:33:18 -07:00
Mike Battista b12d986621 `MOUSEINPUT.mouseData` type is `i32` instead of win32's `DWORD`/`u32`. Fixed #1689. 2023-08-28 14:31:02 -07:00
Mike Battista 61c9c1c184 Add FWP_ACTION_TYPE. Fixed #1688. 2023-08-23 11:38:01 -07:00
Mike Battista fb589c5cc8 Add extended file operation flags (FOFX_*). Fixed #1687. 2023-08-23 11:22:38 -07:00
Mike Battista d92f7a9bae ChangeServiceConfig dwServiceType not using ENUM_SERVICE_TYPE. Fixed #1629. 2023-08-22 10:39:23 -07:00
Mike Battista 8d4ced894f IAMStreamConfig::GetStreamCaps returns single byte instead of array. Fixed #1661. 2023-08-22 09:29:42 -07:00
Mike Battista ef60b44cc2 `TrackPopupMenu()` binding is wrong in `windows`. Fixed #1685.
TrackPopupMenuEx returns error code 87, wrong parameter. Fixed #1684.
2023-08-21 09:04:09 -07:00
Rafael Rivera 874d865a75
Revert "Initial support for GDI+ (#1679)" (#1683)
This reverts commit 0c63f94aea.
2023-08-18 13:10:41 -07:00
Mike Battista 83b53a0b43 MIB_TCP* row can use enum. Fixed #1653. 2023-08-18 12:00:01 -07:00
Mike Battista 47696c2dc2 Added missing values for #1645. 2023-08-16 16:12:43 -07:00
Mike Battista 5fb34f3a30 CM_Get_DevNode_Status can use two enums. Fixed #1645. 2023-08-16 16:03:06 -07:00
Mike Battista 8a1befadc0 CM_Get_*_Log_Conf enum. Fixed #1649. 2023-08-16 15:46:25 -07:00
Mike Battista 8f70180aa6 Updated baseline. 2023-08-16 14:50:08 -07:00
Mike Battista 184ad77020 CM_Get_Device_Interface_List_Size should use existing CM_GET_DEVICE_INTERFACE_LIST_FLAGS enum. Fixed #1681. 2023-08-16 14:49:17 -07:00
Mike Battista 5a3f6acfaf Bug: ALL_PROCESSOR_GROUPS is u32, while should be u16. Fixed #1680. 2023-08-16 08:29:59 -07:00
Mike Battista 6a5e2eb97f Add ALG_ID enum. Fixed #1682. 2023-08-16 08:28:28 -07:00
Rafael Rivera 0c63f94aea
Initial support for GDI+ (#1679)
* Initial support for GDI+

* GDI+ 1.1

* GDI+ startup/shutdown APIs
2023-08-15 09:44:31 -07:00
Mike Battista 284e875739 CONFLICT_DETAILS_W can use enum. Fixed #1669. 2023-08-14 12:04:54 -07:00
Mike Battista f5ce175567 WlanRegisterNotification can use enum. Fixed #1665. 2023-08-14 11:10:54 -07:00
Mike Battista 6c2bb58a83 Geo API enum parameter improvements. Fixed #1673. 2023-08-14 10:28:00 -07:00
Mike Battista bb025aae56 `IWbemServices` can use `WBEM_GENERIC_FLAG_TYPE` for flags instead of `long`. Fixed #1674. 2023-08-14 10:07:12 -07:00