Skip to content

v55.0.45-preview

Compare
Choose a tag to compare
@mikebattista mikebattista released this 20 Sep 14:43
1e1cd10

Changes:

Fixes:

  • #1705: CERT_OPEN_STORE_FLAGS can not be treated as bitflags (OR, AND etc.)
  • #1693: JET_errSuccess is u32 but other JET_err* types are i32
  • #1689: MOUSEINPUT.mouseData type is i32 instead of win32's DWORD/u32
  • #1680: Bug: ALL_PROCESSOR_GROUPS is u32, while should be u16
  • #1676: WaitableTimer related functions' A/W variants are split across functions

Enhancements:

  • #1688: Add FWP_ACTION_TYPE

Others:

  • #1715: Adjust scraper expression to capture BYTE constants
See More
  • #1713: Add GDI+ 1.1 types
  • #1709: Initial support for GDI+
  • #1711: Remove sa_family_t typedef
  • #1710: Correct CRYPT_ACQUIRE_FLAGS
  • #1707: Fix PARAFORMAT enums missing values
  • #1647: CM_REMOVAL_POLICY + CM_INSTALL_STATE + CM_DEVCAP enums
  • #1704: FINDREPLACE_FLAGS enum missing values from commdlg.h
  • #1701: Remove LIST_VIEW_INSERT_MARK_FLAGS enum
  • #1703: LVITEMA/LVITEMW Remove the enum limitation on iGroupId based on documentation
  • #1702: Update the ConstantsScraper to handle HWND_BROADCAST hexadecimal value
  • #1700: Add missing LVGROUP_MASK enum values
  • #1697: Add missing values to TASKDIALOG_COMMON_BUTTON_FLAGS
  • #1694: SetSecurityInfo: For the SecurityInfo parameter, use the OBJECT_SECURITY_INFORMATION enumeration instead of the uint
  • #1695: WNet* methods should return WIN32_ERROR, not uint
  • #1667: DevProp * enums
  • #1646: CONFLICT_DETAILS can use two enums
  • #1671: SPSVCINST_* to enum
  • #1691: Initial support for UCHAR constants
  • #1687: Add extended file operation flags (FOFX_*)
  • #1629: ChangeServiceConfig dwServiceType not using ENUM_SERVICE_TYPE
  • #1661: IAMStreamConfig::GetStreamCaps returns single byte instead of array
  • #1685: TrackPopupMenu() binding is wrong in windows
  • #1684: TrackPopupMenuEx returns error code 87, wrong parameter
  • #1679: Initial support for GDI+
  • #1683: Revert "Initial support for GDI+ (#1679)"
  • #1653: MIB_TCP* row can use enum
  • #1645: CM_Get_DevNode_Status can use two enums
  • #1649: CM_Get_*_Log_Conf enum
  • #1681: CM_Get_Device_Interface_List_Size should use existing CM_GET_DEVICE_INTERFACE_LIST_FLAGS enum
  • #1682: Add ALG_ID enum
  • #1669: CONFLICT_DETAILS_W can use enum
  • #1665: WlanRegisterNotification can use enum
  • #1673: Geo API enum parameter improvements
  • #1674: IWbemServices can use WBEM_GENERIC_FLAG_TYPE for flags instead of long
  • #1672: SetupAPI error codes missing from WIN32_ERROR
  • #1675: DEVPROP_FALSE / DEVPROP_TRUE incorrect char type

This list of changes was auto generated.