Sweden-Number/include
Jinoh Kang 15483b1a12 server: Allow calling async_handoff() with status code STATUS_ALERTED.
If the server detects that an I/O request could be completed immediately
(e.g. the socket to read from already has incoming data), it can now
return STATUS_ALERTED to allow opportunistic synchronous I/O.  The Unix
side will then attempt to perform I/O in nonblocking mode and report
back the I/O status to the server via the new server request
"set_async_direct_result".  If the operation returns e.g. EAGAIN
or EWOULDBLOCK, the client can opt to either abandon the request (by
specifying an error status) or poll for it in the server as usual (by
waiting on the wait handle).

Without such mechanism in place, the client cannot safely perform
immediately satiable I/O operations synchronously, since it can
potentially conflict with other pending I/O operations that have already
been queued.

Signed-off-by: Jinoh Kang <jinoh.kang.kr@gmail.com>
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-10 20:18:38 +01:00
..
ddk ntdll: Add stub RtlLookupElementGenericTable function. 2021-12-02 20:20:39 +01:00
msvcrt include: Add _sscanf_l. 2022-02-04 22:44:49 +01:00
wine server: Allow calling async_handoff() with status code STATUS_ALERTED. 2022-02-10 20:18:38 +01:00
Makefile.in include: Add ISymUnmanagedWriter definition. 2022-01-31 18:38:54 +01:00
accctrl.h
access.idl include: Add DBACCESSORFLAGSENUM/DBBINDSTATUSENUM values. 2020-12-30 20:55:41 +01:00
aclapi.h
aclui.h
activation.idl
activaut.idl
activdbg.idl
activscp.idl vbscript: Add support for the SCRIPTPROC_ISEXPRESSION flag in ParseProcedureText. 2019-09-17 18:49:55 +02:00
adserr.h include: Add adserr.h. 2020-02-12 16:54:03 +01:00
adshlp.h adsldp: Implement IDirectorySearch::GetNextColumnName(). 2020-03-26 18:36:34 +01:00
advpub.h
af_irda.h
amaudio.h
amsi.idl
amstream.idl
amvideo.idl
appcompatapi.h
appmgmt.h
appmodel.h kernelbase: Implement AppPolicyGetMediaFoundationCodecLoading. 2021-11-11 21:05:51 +01:00
asferr.h include: Add asferr.h. 2020-05-20 10:49:43 +02:00
asptlb.idl include: Fix IRequestDictionary IID. 2021-08-10 17:53:55 +02:00
asyncinfo.idl include: Add IAsyncInfo interface in asyncinfo.idl. 2021-03-19 19:55:34 +01:00
asynot.idl
asysta.idl
atlbase.h atlbase.h: Fix some declarations on win64. 2020-02-04 21:30:26 +01:00
atlcom.h
atliface.idl
atlthunk.h
atlwin.h atl: Fix the ATL_WNDCLASSINFOW::m_szAutoName member definition and construction. 2020-02-10 14:56:49 +01:00
audevcod.h
audioclient.idl include: Add IAudioAmbisonicsControl interface in audioclient.idl. 2020-12-15 22:09:21 +01:00
audiopolicy.idl
audiosessiontypes.h include: Add a few more stream categories. 2020-10-06 21:47:56 +02:00
austream.idl
authz.h authz: Add AuthzFreeResourceManager stub. 2019-05-01 17:40:29 +02:00
aviriff.h
avrt.h avrt: Add AvSetMmMaxThreadCharacteristicsA/W stub. 2020-11-24 22:09:59 +01:00
axcore.idl
axextend.idl include: Add IAMCameraControl definition in axextend.idl. 2020-12-21 21:08:03 +01:00
axextendenums.h include: Add some interface definitions for axextend.idl. 2020-05-12 23:07:44 +02:00
basetsd.h include/basetsd.h: Define PtrTo(Ul|L)ong to return a long (as SDK does). 2022-02-01 18:23:18 +01:00
basetyps.h include: Avoid redefinition warnings when basetyps.h is used together with winnt.h or objbase.h. 2020-05-21 10:31:17 +02:00
bcrypt.h bcrypt: Add support for exporting RSA private keys. 2021-12-03 16:56:09 +01:00
bdaiface.idl
bdaiface_enums.h
bdatypes.h
binres.idl
bits.idl
bits1_5.idl include: Add BackgroundCopyManager1_5 library in bits1_5.idl. 2021-10-27 22:40:50 +02:00
bits2_0.idl
bits2_5.idl
bits3_0.idl
bits5_0.idl qmgr/tests: Fix issues with handling of transient errors. 2020-10-27 22:18:09 +01:00
bitsmsg.h
bluetoothapis.h
bthsdpdef.h
cderr.h
cdosys.idl include: Add cdosys.idl. 2020-02-04 21:30:26 +01:00
cfg.h include: Add cfg.h. 2020-05-27 21:11:10 +02:00
cfgmgr32.h ntoskrnl/tests: Test child device enumeration. 2021-04-12 19:32:15 +02:00
cguid.h
chprst.idl
cierror.h infosoft/tests: Fix the pfnFillTextBuffer() return value. 2021-05-10 20:33:34 +02:00
clusapi.h
cmdbas.idl
cmdpre.idl include: Add ICommandPrepare interface. 2020-11-11 21:14:58 +01:00
cmdprp.idl include: Add ICommandProperties interface. 2020-11-10 17:19:44 +01:00
cmdstrm.idl include: Add ICommandStream interface. 2020-11-10 17:19:44 +01:00
cmdtxt.idl
cmdwpr.idl include: Add ICommandWithParameters interface. 2021-06-23 22:25:56 +02:00
cmnquery.idl
codecapi.h include: Add more eAVEncH264VProfile enums. 2020-08-28 10:56:37 +02:00
colinf.idl
colordlg.h include: Add colordlg.h header file for color dialogs. 2019-11-19 23:15:05 +01:00
colrst.idl include: Add colrst.idl. 2021-03-12 17:28:26 +01:00
combaseapi.h include: Introduce combaseapi.h. 2021-07-29 10:20:24 +02:00
comcat.idl
commctrl.h include: Add some ListView flags. 2022-01-27 17:59:47 +01:00
commctrl.rh
commdlg.h include: Avoid compound literals for WCHAR strings. 2019-06-12 11:44:26 +02:00
commoncontrols.idl comctl32/imagelist: Implement IImageList::GetItemFlags(). 2020-03-19 13:11:08 +01:00
compobj.h
comsvcs.idl include: Add ISharedPropertyGroupManager interface. 2021-11-25 21:44:22 +01:00
concurrencysal.h include: Import specstrings.h and related headers from Mingw. 2021-10-13 13:39:20 +02:00
config.h.in configure: Enable 64-bit time_t on Linux. 2022-02-02 18:43:10 +01:00
consoleapi.h include: Add missing console mode defines. 2020-08-12 22:13:56 +02:00
control.idl
cor.idl
cordebug.idl
corerror.h
corhdr.h
corsym.idl diasymreader: Stub ISymUnmanagedWriter5. 2022-02-02 10:55:13 +01:00
cpl.h
crtrow.idl
cryptdlg.h
cryptuiapi.h
ctfutb.idl
ctxtcall.idl
custcntl.h
cvconst.h dbghelp/pdb: Add new basic type to represent char8_t introduced in C++20. 2021-11-08 21:00:57 +01:00
cvttyp.idl include: Add IConvertType interface. 2020-11-10 17:19:44 +01:00
d2d1.idl
d2d1_1.idl include: Add the D2D12DAffineTransform definitions. 2021-07-20 18:51:13 +02:00
d2d1_2.idl include: Add ID2D1DeviceContext1 definition. 2021-04-01 18:18:37 +02:00
d2d1effects.idl d2d1: Add D2D1Crop. 2021-08-11 23:00:50 +02:00
d2dbasetypes.h include: Add include guard in d2dbasetypes.h. 2020-06-05 19:30:42 +02:00
d2derr.h
d3d.h
d3d8.h
d3d8caps.h
d3d8types.h
d3d9.h d3d9: Fix handling of D3DENUM_WHQL_LEVEL. 2020-12-14 16:21:49 +01:00
d3d9caps.h include: Remove two D3DCAPS2 defines in d3d9 headers. 2020-12-11 21:47:15 +01:00
d3d9types.h
d3d10.idl include: Add D3D10_RAISE_FLAG structure in d3d10.idl. 2020-11-26 23:25:24 +01:00
d3d10_1.idl
d3d10_1shader.h
d3d10effect.h d3d10: Fix up D3D10_DST_* names. 2021-10-07 21:22:21 +02:00
d3d10misc.h
d3d10sdklayers.idl include/d3d10sdklayers.idl: Add D3D10SwitchToRef interface. 2020-08-26 21:25:39 +02:00
d3d10shader.h
d3d11.idl include: Add D3D11_FORMAT_SUPPORT2 enumeration in d3d11.idl. 2020-11-26 23:25:24 +01:00
d3d11_1.idl
d3d11_2.idl
d3d11_3.idl include: Add D3D11_FENCE_FLAG_NON_MONITORED name in d3d11_3.idl. 2020-11-26 23:25:24 +01:00
d3d11_4.idl
d3d11on12.idl
d3d11sdklayers.idl include/d3d11sdklayers.idl: Add D3D11SwitchToRef interface. 2020-08-26 21:25:39 +02:00
d3d11shader.h include: Set D3D_COMPILER_VERSION to 47, if not defined. 2020-09-29 22:09:38 +02:00
d3d12.idl include: Update the d3d12 headers from vkd3d. 2020-11-27 21:59:40 +01:00
d3d12sdklayers.idl include: Update d3d12sdklayers.idl from vkd3d. 2020-10-09 16:21:33 +02:00
d3d12shader.idl include: Add the D3D12_SHADER_VERSION_TYPE enumeration. 2020-10-02 19:03:31 +02:00
d3dcaps.h
d3dcommon.idl include: Fix the definition of D3D_PRIMITIVE enum members. 2021-12-28 19:02:56 +01:00
d3dcompiler.h d3dcompiler: Add D3D_COMPILE_STANDARD_FILE_INCLUDE support for D3DCompile2(). 2020-08-10 21:27:26 +02:00
d3dhal.h
d3dkmdt.h include: Add d3dkmdt.h. 2020-07-01 15:07:33 +02:00
d3drm.h d3drm: Correct parameter count of several interface defines. 2019-07-31 11:51:24 +02:00
d3drmdef.h
d3drmobj.h d3drm: Correct parameter count of several interface defines. 2019-07-31 11:51:24 +02:00
d3drmwin.h
d3dtypes.h
d3dukmdt.h include: Add some missing ntgdi declarations. 2021-09-20 22:45:48 +02:00
d3dvec.inl
d3dx9.h
d3dx9anim.h
d3dx9core.h
d3dx9effect.h
d3dx9math.h d3dx9: Implement D3DXSHProjectCubeMap(). 2022-02-07 20:23:35 +01:00
d3dx9math.inl
d3dx9mesh.h
d3dx9shader.h
d3dx9shape.h
d3dx9tex.h
d3dx9xof.h include: Fix D3DXF_FILELOADMEMORY definition. 2019-03-27 09:24:28 +01:00
d3dx10.h include: Add ID3DX10Mesh definition. 2021-08-19 20:38:51 +02:00
d3dx10async.h d3dx10: Partially implement D3DX10CreateEffectFromResource(). 2021-09-08 17:27:33 +02:00
d3dx10core.h d3dx10: Add a stub font object. 2021-08-17 19:20:59 +02:00
d3dx10math.h include: Add d3dx10 vector and matrix types. 2021-08-06 14:33:22 +02:00
d3dx10mesh.h include: Add ID3DX10Mesh definition. 2021-08-19 20:38:51 +02:00
d3dx10tex.h d3dx10: Add stubs for D3DX10CreateTextureFromResource{A, W}. 2021-10-07 22:54:59 +02:00
d3dx11.h
d3dx11async.h
d3dx11core.idl
d3dx11tex.h d3dx11: Add D3DX11GetImageInfoFromFileA/W stub. 2020-03-24 20:31:18 +01:00
davclnt.h
dbccmd.idl
dbcses.idl
dbdsad.idl
dbgeng.h dbgeng: Fix the spelling of GetInterruptTimeout(). 2019-08-27 11:40:52 +02:00
dbghelp.h dbghelp: Implement SymEnumTypesByName(W). 2021-12-10 22:00:17 +01:00
dbinit.idl
dbprop.idl
dbs.idl include: Add more DBPROPVAL_ defines. 2021-11-16 10:09:57 +01:00
dbt.h
dciddi.h
dciman.h
dcommon.idl include: Add missing structures in dcommon.idl. 2020-06-02 22:17:37 +02:00
dde.h include: Use DECLSPEC_HIDDEN instead of DECLSPEC_IMPORT for dll exports. 2019-05-02 17:10:34 +02:00
dde.rh
ddeml.h include: Avoid compound literals for WCHAR strings. 2019-06-12 11:44:26 +02:00
ddraw.h include/ddraw.h: Add missing dwFlags of DD_BLTDATA struct. 2020-09-24 16:39:15 +02:00
ddrawgdi.h
ddrawi.h
ddstream.idl
delayloadhandler.h
devenum.idl
devguid.h include: Add missing device GUIDs and fsfilter GUIDs. 2020-06-24 09:14:55 +02:00
devicetopology.idl
devpkey.h
devpropdef.h devpropdef.h: Fix DECLSPEC_SELECTANY usage. 2020-04-14 22:08:25 +02:00
dhcpcsdk.h include: Add DHCP option values. 2019-11-19 23:15:05 +01:00
dhtmldid.h
dhtmled.idl
difxapi.h
digitalv.h
dimm.idl
dinput.h include: Declare DIPROP_(PHYSICAL|LOGICAL)RANGE properties. 2021-11-18 11:11:35 +01:00
dinputd.h include: Add IID_IDirectInputPIDDriver definition. 2021-09-29 21:38:13 +02:00
directmanipulation.idl include: Add DEFINE_ENUM_FLAG_OPERATORS macro in directmanipulation.idl. 2020-12-18 15:21:37 +01:00
dispdib.h
dispex.idl
dlgs.h
dls1.h include: Allow building against dmusic. 2019-09-30 22:24:27 +02:00
dls2.h
dmdls.h
dmerror.h
dmksctrl.h
dmo.h
dmodshow.idl include: Add dmodshow.idl and IDMOWrapperFilter. 2020-02-18 11:11:39 +01:00
dmoreg.h
dmort.h
dmplugin.h include: Allow building against dmusic. 2019-09-30 22:24:27 +02:00
dmusbuff.h
dmusicc.h
dmusicf.h dmusicf.h: Move typedef below enum declarations. 2020-05-18 15:07:46 +02:00
dmusici.h include: Allow building against dmusic. 2019-09-30 22:24:27 +02:00
dmusics.h
docobj.idl
docobjectservice.idl
documenttarget.idl include: Add document target ids. 2021-12-10 14:41:41 +01:00
downloadmgr.idl
dpaddr.h include: Avoid compound literals for WCHAR strings. 2019-06-12 11:44:26 +02:00
dpfilter.h include: Fix DPFLTR_MASK value to 0x80000000. 2020-11-20 19:01:04 +01:00
dplay.h include: Add missing DPACCOUNTDESC to dplay.h. 2020-03-16 21:35:08 +01:00
dplay8.h
dplobby.h
dplobby8.h
dpnathlp.h
driverspecs.h include: Import specstrings.h and related headers from Mingw. 2021-10-13 13:39:20 +02:00
drmexternals.idl
dsclient.h include: Add dsclient.h. 2020-04-07 22:24:31 +02:00
dsconf.h
dsgetdc.h netapi32: Implement DsGetDcNameW. 2020-03-11 22:58:16 +01:00
dshow.h
dsound.h include: Add some type aliases in dsound.h. 2021-08-04 11:38:17 +02:00
dsrole.h
dvdif.idl include: Add dvdif.idl. 2020-04-30 13:10:13 +02:00
dvdmedia.h strmbase: Print colorimetry information in strmbase_dump_media_type(). 2020-10-14 11:02:30 +02:00
dvoice.h
dwmapi.h dwmapi: Correct parameter types of DwmGetColorizationColor(). 2022-02-01 20:36:43 +01:00
dwrite.idl dwrite.idl: Use DEFINE_ENUM_FLAG_OPERATORS for enums that need it. 2020-09-07 21:07:00 +02:00
dwrite_1.idl include/dwrite_1.idl: Fix typo in DWRITE_PANOSE_STROKE_VARIATION symbol name. 2020-05-14 20:59:36 +02:00
dwrite_2.idl
dwrite_3.idl include: Fixup DWRITE_COLOR_GLYPH_RUN1 definition. 2022-01-21 14:46:44 +01:00
dxdiag.h
dxerr8.h
dxerr9.h
dxfile.h
dxgi.idl include/dxgi.idl: Add missing DXGI_DISPLAY_COLOR_SPACE structure. 2020-08-20 21:20:04 +02:00
dxgi1_2.idl dxgi: Fix order of functions in IDXGIFactory2 interface. 2020-08-20 21:20:22 +02:00
dxgi1_3.idl
dxgi1_4.idl
dxgi1_5.idl include/dxgi1_5.idl: Add missing values in DXGI_HDR_METADATA_TYPE enum. 2020-08-20 21:20:33 +02:00
dxgi1_6.idl include/dxgi1_6.idl: Add missing values in DXGI_ADAPTER_FLAG3 enum. 2020-08-20 21:20:38 +02:00
dxgicommon.idl
dxgidebug.idl include: Add dxgidebug.idl. 2019-12-23 21:32:23 +01:00
dxgiformat.idl
dxgitype.idl
dxva.h include: Add AV1 support to dxva.h. 2021-07-05 23:05:37 +02:00
dxva2api.idl include: Use nameless unions in dxva2api.idl helpers. 2021-03-22 21:48:41 +01:00
dyngraph.idl
endpointvolume.idl
errorrep.h
errors.h
errrec.idl
evcode.h
eventtoken.idl include: Add EventRegistrationToken struct in eventtoken.idl. 2021-03-17 15:36:59 +01:00
evntprov.h ntdll: Add missing spec file entry for EtwEventWriteString. 2019-10-31 17:44:06 +01:00
evntrace.h
evr.idl evr/presenter: Initialize aspect ratio mode. 2020-10-07 11:24:21 +02:00
evr9.idl include: Add MFVideoAlphaBitmapFlags in evr9.idl. 2021-10-25 18:54:30 +02:00
excpt.h
exdisp.idl
exdispid.h
exposeenums2managed.h include: Add some interface definitions for axextend.idl. 2020-05-12 23:07:44 +02:00
fci.h
fdi.h
featurestagingapi.h include: Add featurestagingapi.h. 2021-11-25 22:01:09 +01:00
fileapi.h
filter.idl include: Add filter.idl. 2019-07-31 10:00:58 +02:00
fltdefs.h
fontsub.h
fusion.idl
gameux.idl
gamingtcui.h gamingtcui: Add stub for ShowProfileCardUI(). 2021-05-05 21:52:23 +02:00
gdiplus.h
gdipluscolor.h
gdipluscolormatrix.h
gdipluseffects.h
gdiplusenums.h gdiplusenums.h: Remove PaletteFlags. 2020-05-18 15:07:51 +02:00
gdiplusflat.h gdiplus: Implement GdipEnumerateMetafileSrcRectDestRect. 2020-09-18 22:25:09 +02:00
gdiplusgpstubs.h
gdiplusimaging.h include: Add enums and GUID required for GdipSaveAdd(). 2020-02-19 20:01:10 +01:00
gdiplusinit.h
gdiplusmem.h
gdiplusmetaheader.h
gdipluspixelformats.h
gdiplustypes.h
getdts.idl include: Add interface IGetDataSource. 2020-11-09 20:15:11 +01:00
guiddef.h include: Use long type by default in GUID definition. 2022-01-27 17:56:07 +01:00
hidusage.h include: Add HID_USAGE_SIMULATION_CLUTCH. 2022-01-19 16:19:07 +01:00
highlevelmonitorconfigurationapi.h
hlguids.h
hlink.idl
hstring.idl
htiface.idl
htiframe.idl
htmlhelp.h
http.h httpapi: Stub HttpSetServerSessionProperty(). 2020-03-02 13:00:59 +01:00
httprequest.idl
httprequestid.h
i_cryptasn1tls.h
iads.idl activeds/tests: Add some IADsPathname tests. 2020-04-10 12:42:59 +02:00
icftypes.idl
icm.h mscms: Add stub for WcsGetDefaultRenderingIntent. 2020-02-02 16:23:37 +01:00
icmpapi.h include/icmpapi: Add missing function declarations. 2020-12-03 20:18:38 +01:00
icodecapi.idl include: Add icodecapi.idl. 2021-09-13 21:31:33 +02:00
idispids.h
ieautomation.idl
iextag.idl
ifdef.h
ifmib.h
iimgctx.idl
imagehlp.h include: Add more sal.h macros. 2021-10-13 13:05:24 +02:00
ime.h
imm.h
imnact.idl
imnxport.idl
in6addr.h
inaddr.h
indexsrv.idl
initguid.h
inputscope.idl
inseng.idl
inspectable.idl
interactioncontext.h input: Fix the spelling of a parameter name in a function prototype. 2019-11-28 20:45:46 +01:00
intshcut.h
ip2string.h ntdll: Implement RtlIpv6AddressToString(Ex)[AW]. 2020-05-26 10:12:12 +02:00
ipexport.h
iphlpapi.h include: Add GetIcmpStatisticsEx. 2020-02-13 20:30:35 +01:00
ipifcons.h
ipmib.h
iprtrmib.h
iptypes.h iphlpapi: Mark adapter addresses as DNS eligible when interface has a gateway. 2021-01-27 21:04:52 +01:00
isguids.h
knownfolders.h include: Add missing FOLDERID's to knownfolders.h. 2019-11-15 17:51:41 +01:00
ks.h
ksguid.h
ksmedia.h
ksuuids.h
libloaderapi.h
lm.h
lmaccess.h include: Avoid compound literals for WCHAR strings. 2019-06-12 11:44:26 +02:00
lmapibuf.h
lmat.h
lmbrowsr.h
lmcons.h
lmerr.h
lmjoin.h
lmmsg.h
lmserver.h
lmshare.h
lmstats.h
lmuse.h
lmuseflg.h
lmwksta.h
loadperf.h
lowlevelmonitorconfigurationapi.h
lzexpand.h
mapi.h
mapicode.h
mapidefs.h
mapiform.h
mapiguid.h
mapitags.h
mapiutil.h
mapival.h
mapix.h
mciavi.h
mcx.h
mediaerr.h
mediaobj.idl qasf/dmowrapper: Implement receiving and delivering samples. 2020-02-21 09:11:11 +01:00
metahost.idl
mfapi.h mfplat: Implement MFAverageTimePerFrameToFrameRate(). 2022-02-10 10:44:10 +01:00
mfd3d12.idl include: Add mfd3d12.idl. 2021-11-22 22:20:50 +01:00
mferror.h include: Add more Media Foundation error codes. 2020-12-21 21:07:56 +01:00
mfidl.idl include: Add some MPEG4 container attributes to mfidl.idl. 2021-11-08 20:40:09 +01:00
mfmediaengine.idl mfmediaengine: Update network state when loading the media source. 2021-07-20 21:51:16 +02:00
mfobjects.idl mfplat: Add MECapture* events to tracing. 2022-01-13 14:21:41 +01:00
mfplay.idl include: Add MFP_POSITIONTYPE_100NS symbol. 2021-06-21 23:13:57 +02:00
mfreadwrite.idl include: Add DEFINE_ENUM_FLAG_OPERATORS macro in mfreadwrite.idl. 2020-12-18 15:21:37 +01:00
mftransform.idl mfplat: Add some more attributes for tracing. 2021-08-02 11:28:20 +02:00
midles.h
mimeinfo.idl
mimeole.idl include: Complete IMimeHeaderTable/IMimeEnumHeaderRows interfaces. 2019-06-27 09:29:13 +02:00
minmax.h
mlang.idl include: Remove confusing comment. 2020-10-28 21:48:45 +01:00
mmc.idl
mmddk.h
mmdeviceapi.idl mmdevapi: Implement ActivateAudioInterfaceAsync. 2020-10-06 21:47:56 +02:00
mmreg.h include: Add more audio format tags. 2019-04-08 09:55:23 +02:00
mmstream.idl
mmsystem.h include: Add missing tags and defines in mmreg.h. 2019-04-05 22:16:31 +02:00
mprapi.h
mprerror.h
msacm.h include: Avoid compound literals for WCHAR strings. 2019-06-12 11:44:26 +02:00
msacmdlg.h
msacmdrv.h
msado15_backcompat.idl msado15: Fix some LONG/LONG_PTR mismatches. 2022-02-04 22:44:49 +01:00
msasn1.h include: Add missing enum, function and packing to msasn1.h. 2020-06-01 22:10:28 +02:00
mscat.h wintrust: Stub CryptCATPutCatAttrInfo(). 2020-10-19 10:58:47 +02:00
mscoree.idl
msctf.idl msctf: Accept ITfUIElementSink in ThreadMgr AdviseSink. 2019-07-31 09:41:50 +02:00
msdadc.idl
msdaguid.h
msdasc.idl
msdasql.h include: Add msdasql.h. 2020-03-17 10:38:46 +01:00
mshtmcid.h
mshtmdid.h mshtml: Fix DISPID_IE8_ELEMENTMAX define. 2021-04-16 12:15:48 +02:00
mshtmhst.idl
mshtml.idl include: Add IHTMLStyleSheet4 and IHTMLCSSRule declarations. 2021-04-05 22:59:59 +02:00
msi.h include: Fix size of MsiEnumClientsEx[AW]'s array argument (GCC). 2021-08-03 23:41:05 +02:00
msidefs.h
msident.idl
msinkaut.idl
msiquery.h include: Add MSITRANSFORM_ERROR enum definition. 2020-06-26 20:57:28 +02:00
msopc.idl
mssip.h include: Add a couple more SIP indirect data flags. 2020-09-09 20:30:31 +02:00
msstkppg.h
mstask.idl
mstcpip.h
mswsock.h ws2_32: Implement SIO_BASE_HANDLE. 2021-06-10 20:50:54 +02:00
msxml.idl
msxml2.idl include: Handle same typelib name in msxml2.idl and msxml6.idl. 2020-09-14 19:42:40 +02:00
msxml2did.h
msxml6.idl include: Add IXMLHTTPRequest2/3 interfaces. 2021-05-12 22:41:06 +02:00
msxml6did.h
msxmldid.h
mtxdm.h
mulres.idl include: Add mulres.idl. 2021-02-04 21:25:32 +01:00
multimon.h
namespaceapi.h include: Add namespaceapi.h file. 2021-12-07 16:19:48 +01:00
natupnp.idl
nb30.h
ncrypt.h ncrypt: Add NCryptImportKey stub. 2019-10-07 11:32:32 +02:00
ndrtypes.h
netcfgx.idl
netcon.idl
netfw.idl include/netfw: Add INetFwRule2 and INetFwRule3 interfaces. 2019-11-04 22:43:01 +01:00
netioapi.h nsiproxy: Implement IPv4 neighbour enumerate_all. 2021-08-10 17:53:54 +02:00
netiodef.h uuid: Add a few NPI module ids. 2021-06-25 22:48:48 +02:00
netlistmgr.idl include: Add INetworkEvents and some enums to netlistmgr.idl. 2020-10-26 20:27:32 +01:00
newdev.h include: Add newdev.h. 2019-05-29 11:45:37 +02:00
nldef.h
npapi.h
nserror.h
nspapi.h
ntddcdrm.h
ntddkbd.h include: Add GUID_DEVINTERFACE_KEYBOARD to ntddkbd.h. 2021-04-23 20:02:06 +02:00
ntddmou.h include: Add ntddmou.h. 2019-07-04 21:14:53 +02:00
ntddndis.h
ntddscsi.h
ntddstor.h ntdll: Fix the spelling of StoragePortClassGuid. 2019-08-27 11:40:54 +02:00
ntddvdeo.h winex11.drv: Register GUID_DISPLAY_DEVICE_ARRIVAL interface for GPUs. 2021-09-16 22:22:44 +02:00
ntdef.h include: Add support for defining Win32 types as 'long' where possible. 2022-01-27 20:38:22 +01:00
ntdsapi.h
ntgdi.h win32u: Change NtGdiPolyPolyDraw parameter to ULONG. 2022-02-01 18:23:19 +01:00
ntlsa.h advapi32: Add stub for LsaEnumerateAccounts. 2021-05-11 22:15:05 +02:00
ntquery.h
ntsecapi.h include: Avoid compound literals for WCHAR strings. 2019-06-12 11:44:26 +02:00
ntsecpkg.h schannel: Update SECPKG_FUNCTION_TABLE to SECPKG_INTERFACE_VERSION_8. 2019-11-28 20:45:46 +01:00
ntstatus.h ntstatus.h: Add MUI statuses. 2021-03-25 21:52:18 +01:00
ntuser.h server: Don't immediately destroy child windows belonging to different thread in free_window_handle. 2022-02-09 18:37:32 +01:00
oaidl.idl
objbase.h include: Introduce combaseapi.h. 2021-07-29 10:20:24 +02:00
objectarray.idl
objidl.idl ole32: Add CreateObjrefMoniker() stub implementation.. 2021-11-26 11:58:19 +01:00
objidlbase.idl combase: Return initial values for global options. 2021-04-01 18:18:59 +02:00
objsafe.idl
objsel.h
ocidl.idl
ocmm.idl
odbcinst.h
ole2.h ole32: Add stub for OleConvertIStorageToOLESTREAMEx. 2022-01-25 09:26:19 +01:00
ole2ver.h
oleacc.idl include: Stop building tlb files in the include directory. 2021-11-12 22:42:51 +01:00
oleauto.h oleaut32: Fix the Var*FromStr() prototypes. 2021-07-19 12:27:56 +02:00
olectl.h winecrt0: Add a default implementation DllRegisterServer()/DllUnregisterServer(). 2021-04-30 22:59:50 +02:00
oledb.idl include: Add trnobj.idl. 2022-01-24 21:44:51 +01:00
oledberr.h include: Add more DB_* defines. 2021-10-31 17:11:43 +01:00
oledlg.h include: Avoid compound literals for WCHAR strings. 2019-06-12 11:44:26 +02:00
oleidl.idl
opcbase.idl
opcobjectmodel.idl
opcparturi.idl
opnrst.idl
optary.idl
patchapi.h mspatcha: Add functions to API header file. 2019-05-09 08:14:47 -05:00
pathcch.h
pdh.h
pdhmsg.h
perflib.h advapi32: Improve PerfCreateInstance() stub. 2021-11-22 22:20:51 +01:00
perhist.idl
physicalmonitorenumerationapi.h
pktdef.h
poppack.h
powrprof.h powrprof: Add PowerRegisterSuspendResumeNotification stub. 2021-10-18 17:06:45 +02:00
prntvpt.h prntvpt: Add initial implementation of PTGetPrintCapabilities. 2020-06-17 11:41:17 +02:00
processthreadsapi.h include: Add processthreadsapi.h file. 2021-12-06 11:25:17 +01:00
profinfo.h
proofofpossessioncookieinfo.idl include: Add proofofpossessioncookieinfo.idl file. 2021-06-28 19:43:28 +02:00
propidl.idl include: Add I1 vector definitions for PROPVARIANT. 2019-12-18 18:07:10 +01:00
propkey.h include: Add more PROPERTYKEY declarations in propkey.h. 2021-05-14 21:03:09 +02:00
propkeydef.h
propsys.idl propsys: Add a semi-stub for PSCreatePropertyStoreFromObject(). 2019-11-04 12:13:37 +01:00
propvarutil.h include: Declare NTSTATUS in propvarutils.h. 2021-07-19 12:26:18 +02:00
prsht.h include: Avoid compound literals for WCHAR strings. 2019-06-12 11:44:26 +02:00
psapi.h psapi/tests: Test QueryWorkingSetEx. 2020-02-07 13:25:37 +01:00
pshpack1.h
pshpack2.h
pshpack4.h
pshpack8.h
pstore.idl
qedit.idl
qos2.h include: Add missing includes, functions to qos2.h. 2019-04-15 12:50:25 +02:00
ras.h include: Add RASCREDENTIALSA/W structures. 2021-08-04 11:36:07 +02:00
rasdlg.h
raserror.h include: Update error codes in raserror.h. 2019-11-21 19:01:10 +01:00
reason.h
regstr.h
relogger.idl include: Add relogger.idl file. 2021-02-09 21:19:29 +01:00
restartmanager.h rstrtmgr: Add RM_FILTER_ACTION definition. 2019-10-28 18:34:21 +01:00
restrictederrorinfo.idl include: Add restrictederrorinfo.idl. 2019-10-22 23:04:27 +02:00
richedit.h include: Avoid compound literals for WCHAR strings. 2019-06-12 11:44:26 +02:00
richole.idl
rmxfguid.h
rmxftmpl.x
roapi.h combase/tests: Link directly to combase. 2021-04-15 17:41:40 +02:00
roerrorapi.h combase: Add stub for RoOriginateError. 2021-11-11 18:39:48 +01:00
roparameterizediid.idl
row.idl
rowchg.idl
rowpos.idl
rowpsc.idl
rpc.h include: Get rid of Mac support in RPC headers. 2020-04-30 12:37:27 +02:00
rpcasync.h
rpcdce.h include: Import specstrings.h and related headers from Mingw. 2021-10-13 13:39:20 +02:00
rpcdcep.h
rpcndr.h rpcndr.h: Avoid error_status_t redefinition. 2020-05-25 20:23:47 +02:00
rpcnterr.h
rpcproxy.h winecrt0: Determine the registration module handle directly in __wine_register_resources(). 2021-04-30 22:59:50 +02:00
rpcsal.h
rstbas.idl
rstchg.idl include: Add IRowsetChange interface. 2020-11-11 21:14:58 +01:00
rstinf.idl
rstloc.idl
rstnot.idl
rstupd.idl include: Add IRowsetUpdate interface. 2020-11-11 21:14:58 +01:00
rtutils.h
rtworkq.idl include: Rename class parameters to mmcss_class. 2021-02-03 21:01:01 +01:00
sal.h include: Add more dummy msvc SAL macros. 2021-11-08 20:40:09 +01:00
sapi.idl include: Add more sapi interfaces. 2021-09-30 22:14:15 +02:00
sapiaut.idl include: Avoid C++ keyword. 2021-09-17 22:07:41 +02:00
sapiddk.idl
scarderr.h
schannel.h include: Avoid compound literals for WCHAR strings. 2019-06-12 11:44:26 +02:00
schemadef.h
schnlsp.h
sddl.h include: Avoid compound literals for WCHAR strings. 2019-06-12 11:44:26 +02:00
secext.h
security.h
sensapi.h
sensevts.idl
servprov.idl
sesprp.idl
setupapi.h include: Add DIRID_DRIVER_STORE. 2021-04-21 21:00:33 +02:00
sfc.h
shdeprecated.idl
shdispid.h
shellapi.h include: Fix the definition of NOTIFYICON_VERSION[_4]. 2021-02-01 11:02:00 +01:00
shellscalingapi.h shcore: Add GetScaleFactorForDevice() stub. 2020-08-27 20:49:59 +02:00
shimgdata.idl
shldisp.idl include: Add IShellLinkDual interface. 2020-07-28 19:35:14 +02:00
shlguid.h
shlobj.h include: Update shell link flags enum. 2020-01-06 19:36:20 +01:00
shlwapi.h shlwapi: Use the public definition of shared shell memory allocation functions. 2022-02-04 09:48:48 +01:00
shobjidl.idl shell32: Add support for IDragSourceHelper2 interface. 2021-12-15 18:55:18 +01:00
shtypes.idl shcore: Add stub for GetScaleFactorForMonitor. 2019-11-25 20:47:43 +01:00
sipbase.h
slerror.h
slpublic.h include: Use DECLSPEC_HIDDEN instead of DECLSPEC_IMPORT for dll exports. 2019-05-02 17:10:34 +02:00
snmp.h
softpub.h include: Avoid compound literals for WCHAR strings. 2019-06-12 11:44:26 +02:00
spatialaudioclient.idl mmdevapi: Implement SpatialAudio features. 2021-02-04 23:11:22 +01:00
specstrings.h include: Import specstrings.h and related headers from Mingw. 2021-10-13 13:39:20 +02:00
sperror.h
sql.h
sqlext.h include: Add define SQL_OV_ODBC3_80. 2021-11-08 20:40:09 +01:00
sqltypes.h include: Add more SQL_ defines. 2021-02-24 22:01:42 +01:00
sqlucode.h include: Add SQLGetDiagFieldW prototype. 2021-11-09 11:29:40 +01:00
srcrst.idl
srrestoreptapi.h
sspi.h include: Add missing SECBUFFER defines. 2021-03-10 19:01:38 +01:00
stamp-h.in
stgprop.h
sti.h
storage.h
strmif.idl include: Add dvdif.idl. 2020-04-30 13:10:13 +02:00
strongname.h include: Add strongname.h. 2019-07-31 09:33:13 +02:00
strsafe.h
structuredquerycondition.idl
svrapi.h
synchapi.h
t2embapi.h
tapi.h include: Fix definition of PHONECALLBACK in tapi.h. 2019-11-25 20:47:43 +01:00
taskschd.idl
tbs.h include: Add tbs.h. 2021-07-01 08:42:49 +02:00
tchar.h include: Fix a typo in _tcsxfrm_l. 2021-07-26 19:42:25 +02:00
tcpestats.h
tcpmib.h include: Add remaining MIB_TCP6 types. 2020-02-04 21:30:26 +01:00
textserv.h include: Add ITextHost2. 2021-03-26 16:48:30 +01:00
textstor.idl
threadpoolapiset.h kernel32: Add threadpool stack information exports. 2020-02-12 16:54:03 +01:00
thumbcache.idl include: Update thumbcache.idl file. 2020-01-23 16:25:46 +01:00
timezoneapi.h include: Move timezone definitions to timezoneapi.h. 2019-12-12 23:16:40 +01:00
tlhelp32.h
tlogstg.idl
tmschema.h uxtheme: Use vssym32.h instead of tmschema.h. 2021-11-02 17:09:39 +01:00
tom.idl include: Move the ITextRange2 definition to avoid an undefined reference. 2022-01-12 17:14:27 +01:00
tpcshrd.h include: Added tpcshrd.h. 2019-08-14 12:15:12 +02:00
traffic.h
transact.idl
trnjoi.idl include: Add trnjoi.idl. 2021-11-08 17:34:49 +01:00
trnlcl.idl include: Add trnlcl.idl. 2022-01-24 21:44:51 +01:00
trnobj.idl include: Add trnobj.idl. 2022-01-24 21:44:51 +01:00
twain.h
txcoord.idl
txdtc.idl
udpmib.h
uianimation.idl include: Set threading model on UIAnimation* interfaces. 2019-10-21 17:11:43 +02:00
uiautomation.h
uiautomationclient.idl include: Add UI Automation Pattern ID definitions. 2021-11-19 18:31:38 +01:00
uiautomationcore.idl include: Define more provider interfaces in uiautomationcore.idl. 2021-11-08 10:49:26 +01:00
uiautomationcoreapi.h uiautomationcore: Add UiaRaiseAutomationPropertyChangedEvent stub. 2021-12-01 18:13:54 +01:00
uiribbon.idl
unexposeenums2managed.h include: Add some interface definitions for axextend.idl. 2020-05-12 23:07:44 +02:00
unknwn.idl
urlhist.idl
urlmon.idl include: Add IAuthenticateEx interface definition. 2021-06-16 23:23:49 +02:00
userenv.h
usp10.h include: Add fUseStandardBidi field in SCRIPT_CONTROL. 2021-05-13 22:10:46 +02:00
uuids.h
uxtheme.h include: Add more EnableThemeDialogTexture() option flags. 2021-12-07 12:22:11 +01:00
vdmdbg.h
ver.h
verrsrc.h
vfw.h
vfwmsgs.h
virtdisk.h virtdisk: Add stub and tests for OpenVirtualDisk. 2019-04-29 18:46:25 +02:00
vmr9.idl include: Add the missing SetStreamMediaType() method to IVMRImageCompositor9. 2020-04-28 11:19:11 +02:00
vmrender.idl
vsbackup.idl include: Remove duplicate extern C from vsbackup.idl. 2019-04-18 23:10:19 +02:00
vss.idl
vsstyle.h uxtheme: Use vssym32.h instead of tmschema.h. 2021-11-02 17:09:39 +01:00
vssym32.h uxtheme: Support more HiDPI properties. 2021-08-24 12:13:35 +02:00
vswriter.idl
wbemcli.idl wbemprox: Implement WbemContext stub. 2021-02-24 10:26:02 +01:00
wbemdisp.idl include: Add WbemErrorEnum error codes. 2022-01-11 15:15:34 +01:00
wbemprov.idl
wct.h
webservices.h
werapi.h kernel32: Move Wer* function stubs to kernelbase. 2020-05-05 20:53:02 +02:00
wfext.h
wia.h
wia_lh.idl
wia_xp.idl
wiadef.h
wimgapi.h
winapifamily.h include: Add winapifamily.h file. 2020-05-20 20:14:31 +02:00
winbase.h include: Add namespaceapi.h file. 2021-12-07 16:19:48 +01:00
winber.h wldap32: Get rid of the WLDAP32_ prefix. 2021-04-19 20:08:48 +02:00
wincodec.idl windowscodecs: Add stub for IWICDdsEncoder. 2021-05-11 20:33:51 +02:00
wincodecsdk.idl include: Add missing GUIDs and CLSIDs to wincodecsdk.idl. 2020-05-01 22:03:16 +02:00
wincon.h include: Introduce consoleapi.h. 2020-08-10 16:41:39 +02:00
wincontypes.h include: Add pseudoconsole declarations. 2020-08-10 16:41:42 +02:00
wincred.h include: Use DECLSPEC_HIDDEN instead of DECLSPEC_IMPORT for dll exports. 2019-05-02 17:10:34 +02:00
wincrypt.h crypt32: Implement CNG_RSA_PUBLIC_KEY_BLOB encoding/decoding. 2021-07-19 12:17:41 +02:00
windef.h include: Add support for defining Win32 types as 'long' where possible. 2022-01-27 20:38:22 +01:00
windns.h dnsapi: Build the DNS reply records on the PE side. 2021-11-02 17:09:40 +01:00
windot11.h wlanapi: Add WlanHostedNetworkQueryStatus stub. 2021-08-05 20:43:28 +02:00
windows.devices.enumeration.idl include: Add IDeviceWatcher interface. 2021-11-03 21:06:48 +01:00
windows.foundation.collections.idl include: Add IMapView interface. 2021-11-03 21:06:48 +01:00
windows.foundation.idl include: Define ISpeechSynthesizer interface. 2021-11-30 16:01:11 +01:00
windows.gaming.input.forcefeedback.idl include: Add ForceFeedbackMotor runtimeclass in windows.gaming.input.forcefeedback.idl. 2021-03-19 19:55:34 +01:00
windows.gaming.input.idl include: Add RawGameController runtimeclass to windows.gaming.input.idl. 2021-03-19 19:55:34 +01:00
windows.globalization.idl include: Add DayOfWeek enum in windows.globalization.idl. 2021-03-23 20:51:53 +01:00
windows.h include: Define _WINSOCKAPI_ in winsock2.h. 2021-04-27 18:55:24 +02:00
windows.media.devices.idl windows.media.devices: Stub implement IMediaDeviceStatics. 2021-04-13 18:45:09 +02:00
windows.media.idl include: Define ISpeechSynthesizer interface. 2021-11-30 16:01:11 +01:00
windows.media.speechsynthesis.idl include: Define ISpeechSynthesizer interface. 2021-11-30 16:01:11 +01:00
windows.storage.streams.idl include: Add IRandomAccessStreamWithContentType interface. 2021-11-03 21:06:48 +01:00
windows.system.idl include: Add User(ChangedEventArgs) runtimeclasses in windows.system.idl. 2021-03-19 19:55:34 +01:00
windows.system.userprofile.idl include: Add GlobalizationPreferences runtimeclass in windows.system.userprofile.idl. 2021-03-23 20:52:14 +01:00
windowscontracts.idl widl: Support WinRT apicontract type. 2020-12-01 19:49:52 +01:00
windowsx.h
winerror.h include: Update another HRESULT definition. 2022-02-10 10:41:11 +01:00
winevt.h wevtapi/tests: Add some EvtGetChannelConfigProperty() tests. 2021-02-03 20:58:42 +01:00
wingdi.h user32/tests: Add DisplayConfigSetDeviceInfo() tests. 2021-09-01 17:06:22 +02:00
winhttp.h winhttp: Add WinHttpWebSocket* function stubs. 2020-06-11 15:51:18 +02:00
wininet.h include: Add more wininet error codes. 2019-10-15 17:35:16 +02:00
winineti.h wininet: Adjust IsHostInProxyBypassList() prototype. 2021-08-03 23:41:05 +02:00
winioctl.h include: Add some missing defines to winioctl.h. 2020-05-01 21:51:31 +02:00
winldap.h wldap32: Get rid of the WLDAP32_ prefix. 2021-04-19 20:08:48 +02:00
winnetwk.h
winnls.h kernel32: Implement SetUserGeoName(). 2021-03-09 21:33:43 +01:00
winnls32.h
winnt.h include: Remove an incorrect InterlockedCompareExchange128 function. 2022-02-09 18:37:33 +01:00
winnt.rh include: Introduce WINE_UNICODE_CHAR16 that allows using char16_t as Windows WCHAR. 2020-02-12 08:51:19 +01:00
winperf.h advapi32: Improve PerfSetCounterSetInfo() stub. 2021-11-22 22:20:51 +01:00
winreg.h kernelbase: Handle RegGetValue() RRF_SUBKEY_WOW64??KEY flags. 2020-03-27 21:16:12 +01:00
winresrc.h
winsafer.h advapi32: Improve the SaferComputeTokenFromLevel stub. 2019-05-28 12:06:46 +02:00
winscard.h include: Add more SCARD defines. 2020-10-06 21:50:15 +02:00
winsmcrd.h
winsnmp.h
winsock.h include: Do not include winsock.h in winsock2.h. 2021-04-27 18:55:24 +02:00
winsock2.h include: Remove wine/port.h. 2021-12-01 18:13:54 +01:00
winspool.h include: Add winspool form string type defines. 2021-05-19 16:58:17 +02:00
winstring.h
winsvc.h advapi32/tests: Add QueryServiceStatusEx test for the EventLog service. 2020-10-15 20:59:05 +02:00
winsxs.idl
wintab.h
wintabx.h
winternl.h include/winternl.h: Fix prototype definition. 2022-01-19 10:41:08 +01:00
wintrust.h include: Avoid compound literals for WCHAR strings. 2019-06-12 11:44:26 +02:00
winuser.h uxtheme: Hook DefDlgProc() for dialog theming. 2022-01-24 10:18:31 +01:00
winuser.rh include: Add missing navigation and gamepad key definitions in winuser.rh. 2019-05-07 09:20:12 -05:00
winver.h
wlanapi.h wlanapi: Add WlanHostedNetworkQueryStatus stub. 2021-08-05 20:43:28 +02:00
wmcodecdsp.idl include: Add more WMA GUIDs to wmcodecdsp.idl. 2022-01-28 21:10:21 +01:00
wmdrmsdk.idl
wmistr.h include: Add new defines and fix struct WNODE_HEADER. 2020-05-11 22:18:46 +02:00
wmium.h include: Use DECLSPEC_HIDDEN instead of DECLSPEC_IMPORT for dll exports. 2019-05-02 17:10:34 +02:00
wmiutils.idl
wmp.idl include: Add IWMPMedia3 interface to wmp.idl. 2021-01-29 10:16:38 +01:00
wmpids.h include: Add more DISPID constants to wmpids.h. 2021-02-01 11:05:22 +01:00
wmprealestate.idl include: Add IWMPRenderConfig interface to wmprealestate.idl. 2021-02-01 11:04:33 +01:00
wmpservices.idl include: Add WMPGC_FLAGS_SUPPRESS_DIALOGS constant to wmpservices.idl. 2021-02-01 11:05:19 +01:00
wmsbuffer.idl include: Add INSSBuffer3. 2021-10-18 10:46:22 +02:00
wmsdk.h include: Add asferr.h. 2020-05-20 10:49:43 +02:00
wmsdkidl.idl winegstreamer: Implement IWMSyncReader::GetNextSample(). 2021-11-01 11:37:14 +01:00
wmsecure.idl include: Add IWMGetSecureChannel. 2021-10-18 10:46:09 +02:00
wnaspi32.h
wownt16.h include: Add wownt16.h. 2020-06-08 21:01:33 +02:00
wownt32.h include: Use WOWHandle32 for HDC_32 on Wine. 2021-08-13 16:36:30 +02:00
wpcapi.idl
ws2def.h ws2_32: Implement AI_DNS_ONLY using DNS APIs. 2021-11-30 22:07:21 +01:00
ws2ipdef.h include: Add IPv6 PROTECTION_LEVEL constants. 2021-08-18 20:08:04 +02:00
ws2spi.h ws2_32: Add stub implementation for WSCGetProviderInfo. 2020-03-20 12:32:17 +01:00
ws2tcpip.h include: Forbid using unsuffixed gai_strerror() in the Wine source. 2021-04-27 18:55:24 +02:00
wsdapi.h
wsdbase.idl
wsddisco.idl wsdapi: Add stub for WSDCreateDiscoveryProvider. 2021-12-08 22:14:44 +01:00
wsdtypes.h
wsdutil.h
wsdxml.idl
wsdxmldom.h
wshisotp.h
wsipx.h include: Properly define struct sockaddr_ipx when not using the WS_ prefix. 2021-04-27 18:55:24 +02:00
wsnwlink.h
wtsapi32.h wtsapi32: Implement WTSEnumerateProcessesW(). 2021-05-26 21:24:52 +02:00
wtypes.idl combase: Implement CoCreateInstanceFromApp(). 2020-09-09 20:30:31 +02:00
wuapi.idl include/wuapi: Add WindowsUpdateAgentInfo coclass and interface. 2021-08-31 16:04:50 +02:00
x3daudio.h include: Add more x3daudio defines. 2020-02-10 22:46:24 +01:00
xact.h include: Add xact2wb.h. 2021-04-20 21:07:09 +02:00
xact2wb.h include: Add xact2wb.h. 2021-04-20 21:07:09 +02:00
xact3.h include: Don't pack XACT_RUNTIME_PARAMETERS structure. 2021-04-23 20:02:06 +02:00
xact3wb.h xactengine: Use nameless unions. 2021-04-23 20:02:06 +02:00
xapo.idl include/xapo.idl: Add XAPO registration flags. 2020-04-28 22:09:38 +02:00
xapofx.h
xaudio2.idl include/xaudio2.idl: Use cpp_quote for xaudio2 error codes. 2020-08-19 22:35:58 +02:00
xaudio2fx.idl
xcmc.h
xinput.h include: Add some missing defines to xinput.h. 2020-03-23 12:21:40 +01:00
xmldom.h
xmldom.idl
xmldomdid.h
xmldso.idl
xmldsodid.h
xmllite.idl
xpsobjectmodel.idl include: Add some of the XPS OM interfaces. 2021-12-10 14:41:41 +01:00
xpsobjectmodel_1.idl include: Add some of the XPS OM interfaces. 2021-12-10 14:41:41 +01:00
zmouse.h