Timo Kreuzer
101f7652df
[UUID] Don't use a precompiled header
...
We cannot use a precompiled header, because it would include headers before including initguid.h, preventing GUIDs to be defined.
2026-05-11 18:21:34 +00:00
Eric Kohl
8dc9e50c09
[NETCFGX][REACTOS][UUID] Uncover one of many secrets of netcfgx.dll
...
The second parameter of the first function of the INetCfgComponentPrivate interface seems to be a REFIID.
Netsh calls this function with an undocumented GUID called ITcpipProperties (see https://github.com/nihilus/GUID-Finder/blob/master/GUID-Finder/Interfaces.txt ).
2026-04-21 22:23:18 +02:00
Eric Kohl
b481fb5674
[PSDK][UUID] Add the INetCfgSysPrep, INetCfgComponentSysPrep and INetCfgComponentUpperEdge interfaces
2026-04-05 18:23:19 +02:00
Eric Kohl
c364fe7fb1
[SDK][UUID] Add notification object interfaces
...
Add INetCfgComponentNotifyBinding, INetCfgComponentNotifyGlobal and INetCfgComponentSetup.
2026-03-22 15:04:48 +01:00
Mikhail Tyukin
8608467b84
[WIDL][WPP] Sync to wine-10.0
...
Update widl/wpp tools to Wine-10.0. This is needed for compiling WinRT idl files, and for various winesyncs.
2025-11-14 13:15:16 +02:00
Eric Kohl
59afe4b0a2
[NETCFGX][UUID] Add private interface used by WinXPs ifmon.dll
...
When I loaded WinXPs ifmon.dll into our netsh.exe and ran the 'interface ip show address'
command ifmon tried to query an unknown interface. Google found a name for the GUID:
INetCfgComponentPrivate.
I implemented the three standard methods of the interface and ran some more tests.
After adding a 4th method with tree parameters to the interface, there are no more
failures.
2025-10-26 16:36:55 +01:00
Mark Jansen
db9768f25d
[PSDK] Add EmptyVC.idl
2025-03-26 13:58:40 +01:00
Timo Kreuzer
4d10ead793
[UUID] Add missing IID_INetConnectionCommonUi2
...
This is identical to IID_INetLanConnectionUiInfo
2024-09-15 19:28:07 +03:00
Katayama Hirofumi MZ
bfd5d37fe6
[MSCTF][SDK][UUID] Strengthen msctf.idl and msctf.spec ( #6158 )
...
- Add some function prototypes to
sdk/include/psdk/msctf.idl.
- Modify dll/win32/msctf/msctf.spec.
- Modify uuid.
CORE-19362
2023-12-13 07:37:45 +09:00
Katayama Hirofumi MZ
3a2c2cbe60
[SDK][UUID] Add ctffunc.idl ( #6157 )
...
- Add ctffunc.idl to sdk/include/psdk.
- Modify uuid.
CORE-19362
2023-12-13 07:36:20 +09:00
Amine Khaldi
c73a46af9c
[PSDK][UUID] Import natupnp.idl from Wine Staging 4.18. CORE-16441
2019-10-20 20:01:58 +01:00
Eric Kohl
c6bc82b6e0
[UUID] Add some missing NetCfg IIDs.
2019-06-17 13:48:34 +02:00
Mark Jansen
d49004352f
[NTDLL] Check the process manifest at startup for a compatibility section.
2018-04-09 19:36:09 +02:00
Amine Khaldi
0a4e5911fc
[UUID] Add SID_SHTMLEditServices.
2017-12-18 13:18:26 +01:00
Amine Khaldi
69005963fb
[UUID] Add a PCH.
2017-12-09 13:04:23 +01:00
Colin Finck
c2c66aff7d
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
2017-10-03 07:45:34 +00:00