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 |
Mike Battista
|
122caf7865
|
SetupAPI error codes missing from WIN32_ERROR. Fixed #1672.
|
2023-08-11 12:03:48 -07:00 |
Mike Battista
|
1b2ffca90f
|
DEVPROP_FALSE / DEVPROP_TRUE incorrect char type. Fixed #1675.
|
2023-08-11 10:53:48 -07:00 |
Mike Battista
|
fbd48bf63c
|
WaitableTimer related functions' A/W variants are split across functions. Fixed #1676.
|
2023-08-11 09:26:22 -07:00 |
Mike Battista
|
7d7e2f33ce
|
Updated to v55.
|
2023-08-07 11:28:23 -07:00 |
Mike Battista
|
6f967915b4
|
CredRead parameter should use CRED_TYPE enum. Fixed #1668.
|
2023-08-07 09:45:12 -07:00 |
Mike Battista
|
ee3cf7031b
|
SetupCopyOEMInf can use CopyStyle enum #1654
|
2023-08-01 15:25:07 -07:00 |
Mike Battista
|
03f789c30d
|
SetupScanFileQueue can use flagged enum. Fixed #1655.
|
2023-08-01 14:08:32 -07:00 |
Mike Battista
|
ace73427b1
|
IAudioSessionControl2::IsSystemSoundSession uses S_FALSE. Fixed #1664.
|
2023-08-01 13:49:00 -07:00 |
Mike Battista
|
86476c2b71
|
Bug: Compiler complains that HWND doesn't implement IntoParam<Handle, CopyType>. Fixed #1660.
|
2023-07-28 10:58:06 -07:00 |
Mike Battista
|
e8f665d0ae
|
SetupOpenInfFile can use flagged enum. Fixed #1657.
|
2023-07-28 10:45:36 -07:00 |
Mike Battista
|
bc91af3a15
|
CM_Get_Next_Res_Des* should also use CM_QUERY_RESOURCE_CONFLICT_LIST_RESTYPE. Fixed #1644.
|
2023-07-27 15:49:47 -07:00 |
Mike Battista
|
ca1eece6a9
|
CM_Enumerate_Classes and CM_Enumerate_Classes_Ex can use enum. Fixed #1643.
|
2023-07-27 15:34:03 -07:00 |
Mike Battista
|
b202a8a93e
|
SetProcessWorkingSetSizeEx can use enum in flags parameter. Fixed #1636.
|
2023-07-27 14:43:19 -07:00 |
Mike Battista
|
2741c222f6
|
WlanOpenHandle uses Microsoft.Win32.SafeHandles.SafeFileHandle. Fixed #1656.
|
2023-07-27 14:20:43 -07:00 |
Mike Battista
|
1bf960ebe5
|
`CertOpenStore`'s `hCryptProv` parameter should get a `[Reserved]` attribute. Fixed #1658.
|
2023-07-27 09:12:46 -07:00 |
Mike Battista
|
6fb6c47c58
|
Excluded Dlna from crossarch.
|
2023-07-25 15:23:40 -07:00 |
Mike Battista
|
b14e2a7deb
|
WinHTTP interfaces from `httprequest.idl` are missing. Fixed #1586.
|
2023-07-25 15:23:14 -07:00 |
Mike Battista
|
91b5483182
|
Moved DLNA headers out of SystemServices.
|
2023-07-25 13:34:34 -07:00 |
Mike Battista
|
17537511b5
|
Missing DEVPKEY_s. Fixed #1635.
|
2023-07-25 13:22:47 -07:00 |
Mike Battista
|
369aedc312
|
Using Microsoft.Windows.WinmdGenerator on Linux: cannot find Sdk.props (case sensitivity). Fixed #1589.
|
2023-07-25 09:22:13 -07:00 |
Mike Battista
|
ed6c4ee563
|
CM_* can use enums. Fixed #1634.
|
2023-07-24 16:52:04 -07:00 |
Mike Battista
|
ce6013fbb7
|
CM_Query_Resource_Conflict_List ResourceID parameter should use enum of ResType_*. Fixed #1642.
|
2023-07-24 16:31:29 -07:00 |
Mike Battista
|
46fb40969d
|
UpdateDriverForPlugAndPlayDevices can use enum. Fixed #1638.
|
2023-07-24 09:02:30 -07:00 |
Mike Battista
|
0de3e546c1
|
REGISTER_NOTIFICATION_FLAGS missing flags attribute. Fixed #1640.
|
2023-07-24 08:40:00 -07:00 |
Mike Battista
|
9802e1a064
|
EXIT_WINDOWS_FLAGS is incomplete. Fixed #1641.
|
2023-07-24 08:30:25 -07:00 |
Mike Battista
|
5f20150d5b
|
PrivilegeCheck pfResult is incorrect type. Fixed #1628.
|
2023-07-20 09:36:23 -07:00 |
Mike Battista
|
723a4c2944
|
IGroupPolicyObject can use enums. Fixed #1623.
|
2023-07-19 12:57:28 -07:00 |
Mike Battista
|
bc8e51d7c9
|
REGISTRY_EXTENSION_GUID is missing from GPEdit.h. Fixed #1624.
|
2023-07-19 12:08:28 -07:00 |
Mike Battista
|
3598cb5611
|
LoadResource generates an unexpected GlobalFreeSafeHandle Fixed #1622.
Reverted #792.
|
2023-07-19 11:20:15 -07:00 |
Mike Battista
|
660bc14a38
|
IServiceProvider::QueryService::ppvObject missing ComOutPtr. Fixed #1625.
|
2023-07-19 11:07:01 -07:00 |
Mike Battista
|
6c3ad381ae
|
Restartmanager.h methods should return WIN32_ERROR. Fixed #1626.
|
2023-07-19 10:59:55 -07:00 |
Mike Battista
|
4cc67248d0
|
RM_PROCESS_INFO AppStatus should use RM_APP_STATUS enum. Fixed #1627.
|
2023-07-19 10:50:46 -07:00 |
Mike Battista
|
35b4ae8bdb
|
Update documentation links to learn.microsoft.com. Fixed #1619.
|
2023-07-18 07:47:09 -07:00 |