wine/include
Zebediah Figura 0ee74e9f81 d3d9: Cache the output mode list.
Garou: Mark of the Wolves calls IDirect3D9::GetAdapterModeCount() on every
frame. This results in calling EnumDisplaySettingsExW() once per available mode,
which is a very slow operation, both on Windows and Wine.

Manual testing shows that Windows caches the mode list (as well as the adapter
list, which is already cached in Wine) in Direct3D 9 and lower. Calls to
GetAdapterModeCount() and EnumAdapterDisplayModes() are fast, and they also do
not change if monitors are added or removed.

DXGI behaves differently, however. The list of outputs attached to an adapter is
cached—that is, calls to IDXGIAdapter::EnumOutputs() are fast, and return stale
data. However, at least some other calls are slow and do not seem to be cached,
including IDXGIOutput::GetDisplayModeList() and IDXGIOutput::GetDesc().

ddraw is also slow and uncached. Since all testing was done on Windows 10 (for
lack of available older hardware to test with) it is not unlikely that ddraw was
reimplemented over dxgi on newer Windows, and that older Windows versions would
be fast and cached, but this is speculation. In any case I have not included
patches to cache ddraw modes.

Tests were done on Windows 10 21H2, both on real hardware with NVidia drivers
and on software drivers via qemu/KVM. In the latter case only speed could be
tested, but this was consistent with the results from the NVidia machine.
2022-08-02 21:49:54 +02:00
..
ddk include: Add __WINE_DEALLOC attribute and use it for allocation functions. 2022-05-18 18:36:10 +02:00
msvcrt include: Add _tcsto[u]ll declarations. 2022-06-20 10:37:56 +02:00
wine d3d9: Cache the output mode list. 2022-08-02 21:49:54 +02:00
accctrl.h
access.idl
aclapi.h
aclui.h
activation.idl
activaut.idl
activdbg.idl
activscp.idl
adserr.h
adshlp.h
advpub.h
af_irda.h
amaudio.h
amsi.idl
amstream.idl
amva.h include: Add amva.h. 2022-04-14 09:28:31 +02:00
amvideo.idl
appcompatapi.h
appmgmt.h
appmodel.h kernelbase: Implement AppPolicyGetMediaFoundationCodecLoading. 2021-11-11 21:05:51 +01:00
asferr.h
asptlb.idl include: Fix IRequestDictionary IID. 2021-08-10 17:53:55 +02:00
asyncinfo.idl
asynot.idl
asysta.idl
atlbase.h
atlcom.h
atliface.idl
atlthunk.h
atlwin.h
audevcod.h
audioclient.idl
audiopolicy.idl
audiosessiontypes.h
austream.idl
authz.h
aviriff.h
avrt.h
axcore.idl
axextend.idl
axextendenums.h
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
bcrypt.h bcrypt: Add BCRYPT_KEY_BLOB struct definition. 2022-02-14 21:20:41 +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
bitsmsg.h
bluetoothapis.h
bthsdpdef.h
cderr.h
cdosys.idl
cfg.h
cfgmgr32.h setupapi: Return CR_SUCCESS for CM_Get_DevNode_Status{_Ex}. 2022-03-30 11:03:38 +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
cmdprp.idl
cmdstrm.idl
cmdtxt.idl
cmdwpr.idl include: Add ICommandWithParameters interface. 2021-06-23 22:25:56 +02:00
cmnquery.idl
codecapi.h
colinf.idl
colordlg.h
colrst.idl
combaseapi.h include: Introduce combaseapi.h. 2021-07-29 10:20:24 +02:00
comcat.idl
commctrl.h comctl32/toolbar: Add support for TBCDRF_NOBACKGROUND. 2022-06-21 18:40:25 +02:00
commctrl.rh
commdlg.h
commoncontrols.idl
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 nsiproxy.sys: Implement IPv6 ipstats get_all_parameters on Mac OS and BSD. 2022-05-13 22:11:41 +02:00
consoleapi.h
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
d2d1.idl
d2d1_1.idl d2d1/effect: Initial implementation of property access methods. 2022-06-27 11:23:32 +02:00
d2d1_2.idl include: Add defines for D2D1YCbCr effect. 2022-04-04 19:52:45 +02:00
d2d1_3.idl include: Remove useless semi-colon in d2d1_3.idl. 2022-04-26 16:01:49 +02:00
d2d1effectauthor.idl include: Add defines for D2D1_PROPERTY_BINDING. 2022-05-12 19:37:44 +02:00
d2d1effects.idl d2d1: Add D2D1Shadow effect. 2022-03-07 16:29:57 +01:00
d2d1effects_1.idl include: Add defines for D2D1YCbCr effect. 2022-04-04 19:52:45 +02:00
d2d1effects_2.idl d2d1/tests: Add tests for D2D1Grayscale effect. 2022-04-05 17:50:57 +02:00
d2dbasetypes.h
d2derr.h
d3d.h
d3d8.h
d3d8caps.h
d3d8types.h
d3d9.h
d3d9caps.h
d3d9types.h
d3d10.idl
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
d3d10shader.h
d3d11.idl
d3d11_1.idl
d3d11_2.idl
d3d11_3.idl
d3d11_4.idl
d3d11on12.idl
d3d11sdklayers.idl
d3d11shader.h
d3d12.idl include: Change to void the return type for ID3D12GraphicsCommandList::ClearState(). 2022-03-03 09:35:00 +01:00
d3d12sdklayers.idl
d3d12shader.idl
d3dcaps.h
d3dcommon.idl include: Fix the definition of D3D_PRIMITIVE enum members. 2021-12-28 19:02:56 +01:00
d3dcompiler.h
d3dhal.h
d3dkmdt.h
d3drm.h
d3drmdef.h
d3drmobj.h
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
d3dx10.h d3dx10: Add D3DX10CreateAsyncTextureInfoProcessor stub. 2022-06-01 20:51:58 +02:00
d3dx10async.h d3dx10: Add D3DX10CreateAsyncTextureProcessor stub. 2022-06-15 21:45:02 +02:00
d3dx10core.h d3dx10: Add D3DX10CreateThreadPump stub. 2022-07-04 17:48:00 +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
davclnt.h
dbccmd.idl
dbcses.idl
dbdsad.idl
dbgeng.h include: Add IDebugAdvanced3 definition. 2022-04-04 19:52:45 +02:00
dbghelp.h include: Move minidump types to a separate header. 2022-05-18 08:53:42 +02: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
dde.h include: Don't use DECLSPEC_HIDDEN for WINGDIAPI and WINUSERAPI in unuxlibs. 2022-05-06 19:18:18 +02:00
dde.rh
ddeml.h include: Don't use DECLSPEC_HIDDEN for WINGDIAPI and WINUSERAPI in unuxlibs. 2022-05-06 19:18:18 +02:00
ddraw.h
ddrawgdi.h
ddrawi.h
ddstream.idl
delayloadhandler.h
devenum.idl
devguid.h
devicetopology.idl
devpkey.h
devpropdef.h
dhcpcsdk.h
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
dispdib.h
dispex.idl
dlgs.h
dls1.h
dls2.h
dmdls.h
dmerror.h
dmksctrl.h
dmo.h
dmodshow.idl
dmoreg.h
dmort.h
dmplugin.h
dmusbuff.h
dmusicc.h
dmusicf.h
dmusici.h
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
dpfilter.h
dplay.h
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
dsconf.h
dsgetdc.h
dshow.h
dsound.h include: Add some type aliases in dsound.h. 2021-08-04 11:38:17 +02:00
dsrole.h
dvdif.idl
dvdmedia.h
dvoice.h
dwmapi.h dwmapi: Correct parameter types of DwmGetColorizationColor(). 2022-02-01 20:36:43 +01:00
dwrite.idl
dwrite_1.idl
dwrite_2.idl
dwrite_3.idl include: Fix IDWriteFontResource definition. 2022-04-26 13:26:59 +02:00
dxdiag.h
dxerr8.h
dxerr9.h
dxfile.h
dxgi.idl
dxgi1_2.idl
dxgi1_3.idl
dxgi1_4.idl
dxgi1_5.idl
dxgi1_6.idl
dxgicommon.idl
dxgidebug.idl include: Add IDXGIDebug1 declaration in dxgidebug.idl. 2022-06-22 22:35:24 +02:00
dxgiformat.idl
dxgitype.idl
dxva.h include: Add AV1 support to dxva.h. 2021-07-05 23:05:37 +02:00
dxva2api.idl
dyngraph.idl
endpointvolume.idl
errorrep.h
errors.h
errrec.idl
evcode.h
eventtoken.idl
evntprov.h
evntrace.h
evr.idl
evr9.idl include: Add MFVideoAlphaBitmapFlags in evr9.idl. 2021-10-25 18:54:30 +02:00
excpt.h
exdisp.idl
exdispid.h
exposeenums2managed.h
fci.h
fdi.h
featurestagingapi.h include: Add featurestagingapi.h. 2021-11-25 22:01:09 +01:00
fileapi.h
filter.idl
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
gdiplusflat.h
gdiplusgpstubs.h
gdiplusimaging.h
gdiplusinit.h
gdiplusmem.h
gdiplusmetaheader.h
gdipluspixelformats.h
gdiplustypes.h
getdts.idl
guiddef.h include: Use Mingw64's __uuidof when present. 2022-05-19 16:17:08 +02:00
hidusage.h include: Define some HID simulation device usages. 2022-03-03 21:31:55 +01:00
highlevelmonitorconfigurationapi.h
hlguids.h
hlink.idl
hstring.idl
htiface.idl
htiframe.idl
htmlhelp.h
http.h
httprequest.idl
httprequestid.h
i_cryptasn1tls.h
iads.idl
icftypes.idl
icm.h
icmpapi.h
icodecapi.idl include: Remove duplicate ICodecAPI::GetParameterValues function. 2022-06-15 22:21:34 +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
intshcut.h
ip2string.h
ipexport.h
iphlpapi.h
ipifcons.h
ipmib.h
iprtrmib.h
iptypes.h
isguids.h
knownfolders.h
ks.h
ksguid.h
ksmedia.h
ksuuids.h
libloaderapi.h
lm.h
lmaccess.h
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
Makefile.in makefiles: List all headers in the makefile. 2022-07-28 17:46:50 +02:00
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
medparam.idl include: Add IMediaParamInfo definition. 2022-07-20 22:33:44 +02:00
metahost.idl
mfapi.h include: Add MFSampleExtension_CleanPoint to mfapi.h. 2022-04-05 20:46:28 +02:00
mfd3d12.idl include: Add mfd3d12.idl. 2021-11-22 22:20:50 +01:00
mferror.h
mfidl.idl include: Add CLSID_MSVPxDecoder declaration. 2022-04-22 10:59:56 +02: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
mftransform.idl mfplat: Add some more attributes for tracing. 2021-08-02 11:28:20 +02:00
midles.h
mimeinfo.idl
mimeole.idl
minidumpapiset.h winedump: Add support for dumping UnloadedModuleListStream. 2022-05-19 18:28:25 +02:00
minmax.h
minschannel.h include: Move SECPKG_ATTR defines to a new header and add missing definitions. 2022-06-21 18:53:18 +02:00
mlang.idl
mmc.idl
mmddk.h
mmdeviceapi.idl
mmreg.h include: Add IMpegAudioDecoder definition. 2022-05-11 19:33:23 +02:00
mmstream.idl
mmsystem.h msacm32: Use extended structure definition for driver configuration. 2022-02-14 21:32:04 +01:00
mpegtype.idl include: Add IMpegAudioDecoder definition. 2022-05-11 19:33:23 +02:00
mprapi.h
mprerror.h
msacm.h
msacmdlg.h
msacmdrv.h
msado15_backcompat.idl msado15: Fix some LONG/LONG_PTR mismatches. 2022-02-04 22:44:49 +01:00
msasn1.h
mscat.h
mscoree.idl
msctf.idl include: Add TF_TMF/TMAW defines. 2022-05-12 22:19:02 +02:00
msdadc.idl
msdaguid.h
msdasc.idl
msdasql.h
mshtmcid.h
mshtmdid.h include: Add IDOMProgressEvent interface and dispinterface. 2022-05-24 18:26:56 +02:00
mshtmhst.idl
mshtml.idl include: Add DOMDocumentType dispinterface and coclass. 2022-07-29 18:56:04 +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
msopc.idl
mssip.h
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
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
multimon.h
namespaceapi.h include: Add namespaceapi.h file. 2021-12-07 16:19:48 +01:00
natupnp.idl
nb30.h
ncrypt.h ncrypt: Implement NCryptIsAlgSupported. 2022-04-07 22:44:39 +02:00
ndrtypes.h
netcfgx.idl
netcon.idl
netfw.idl
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
newdev.h
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
ntddndis.h
ntddscsi.h
ntddstor.h
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: Move WM_NCPAINT handling from user32. 2022-06-13 16:37:03 +02:00
ntlsa.h advapi32: Add stub for LsaEnumerateAccounts. 2021-05-11 22:15:05 +02:00
ntquery.h
ntsecapi.h
ntsecpkg.h
ntstatus.h
ntuser.h win32u: Remove no longer needed exports. 2022-07-28 17:34:03 +02:00
oaidl.idl
objbase.h include: Add __WINE_DEALLOC attribute and use it for allocation functions. 2022-05-18 18:36:10 +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 include: Add __WINE_DEALLOC attribute and use it for allocation functions. 2022-05-18 18:36:10 +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
oleidl.idl
opcbase.idl
opcobjectmodel.idl
opcparturi.idl
opnrst.idl
optary.idl
patchapi.h
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 PowerSettingUnregisterNotification stub. 2022-03-01 22:41:15 +01:00
prntvpt.h
processthreadsapi.h include: Add THREAD_POWER_THROTTLING_STATE type. 2022-05-25 18:25:43 +02:00
profinfo.h
proofofpossessioncookieinfo.idl include: Add proofofpossessioncookieinfo.idl file. 2021-06-28 19:43:28 +02:00
propidl.idl
propkey.h include: Add more PROPERTYKEY declarations in propkey.h. 2021-05-14 21:03:09 +02:00
propkeydef.h
propsys.idl
propvarutil.h propsys: Implement VariantToStringWithDefault. 2022-04-01 20:30:57 +02:00
prsht.h
psapi.h
pshpack1.h
pshpack2.h
pshpack4.h
pshpack8.h
pstore.idl
qedit.idl
qos2.h
ras.h include: Add RASCREDENTIALSA/W structures. 2021-08-04 11:36:07 +02:00
rasdlg.h
raserror.h
reason.h
regstr.h
relogger.idl
restartmanager.h
restrictederrorinfo.idl
richedit.h
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 RoSetErrorReportingFlags() stub. 2022-03-02 20:17:25 +01:00
roparameterizediid.idl
row.idl
rowchg.idl
rowpos.idl
rowpsc.idl
rpc.h
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 include: Add __WINE_DEALLOC attribute and use it for allocation functions. 2022-05-18 18:36:10 +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
rstinf.idl
rstloc.idl
rstnot.idl
rstupd.idl
rtutils.h
rtworkq.idl
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: Move SECPKG_ATTR defines to a new header and add missing definitions. 2022-06-21 18:53:18 +02:00
schemadef.h
schnlsp.h
sddl.h
secext.h
security.h
sensapi.h
sensevts.idl
servprov.idl
sesprp.idl
setupapi.h setupapi: Add support for SPDRP_BASE_CONTAINERID. 2022-07-25 11:22:27 +02:00
sfc.h
shdeprecated.idl
shdispid.h
shellapi.h
shellscalingapi.h
shimgdata.idl
shldisp.idl
shlguid.h
shlobj.h include: Add SHOpenFolderAndSelectItems() declaration and flags. 2022-07-15 20:01:05 +02:00
shlwapi.h include: Add more URL_* flags. 2022-04-01 22:41:03 +02:00
shobjidl.idl include: Mark IPersistFolder3::InitializeEx's optional parameters as [unique]. 2022-05-30 22:07:43 +02:00
shtypes.idl
sipbase.h
slerror.h
slpublic.h
snmp.h
socketapi.h windows.networking: Add stub dll. 2022-04-25 15:08:43 +02:00
softpub.h
spatialaudioclient.idl
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
sqlucode.h include: Add SQLGetDiagFieldW prototype. 2021-11-09 11:29:40 +01:00
srcrst.idl
srrestoreptapi.h
sspi.h include: Fix a typo. 2022-07-12 22:51:29 +02:00
stamp-h.in
stgprop.h
sti.h
storage.h
strmif.idl
strongname.h
strsafe.h
structuredquerycondition.idl
svrapi.h
synchapi.h
t2embapi.h
tapi.h
taskschd.idl
tbs.h include: Add tbs.h. 2021-07-01 08:42:49 +02:00
tchar.h include: Add _tcsto[u]ll declarations. 2022-06-20 10:37:56 +02:00
tcpestats.h
tcpmib.h
textserv.h
textstor.idl
threadpoolapiset.h
thumbcache.idl
timezoneapi.h
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
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
uiautomation.h
uiautomationclient.idl include: Add UI Automation Control Type ID definitions. 2022-06-08 18:54:25 +02:00
uiautomationcore.idl include: Add CUIAutomationRegistrar definition. 2022-07-21 20:22:21 +02:00
uiautomationcoreapi.h uiautomationcore: Implement UiaNodeRelease. 2022-07-19 11:06:17 +02:00
uiribbon.idl
unexposeenums2managed.h
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 definition of ScriptPlaceOpenType(). 2022-06-20 10:53:06 +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 include: Update __MSABI_LONG definition for WINE_NO_LONG_TYPES support. 2022-02-25 19:02:18 +01:00
vfw.h
vfwmsgs.h
videoacc.idl include: Add videoacc.idl. 2022-04-14 09:28:33 +02:00
virtdisk.h
vmr9.idl
vmrender.idl
vsbackup.idl
vss.idl
vsstyle.h uxtheme: Support parsing more window parts and states. 2022-06-23 10:54:06 +02:00
vssym32.h uxtheme: Support parsing more clock states. 2022-06-21 18:40:25 +02:00
vswriter.idl
wbemcli.idl
wbemdisp.idl include: Add WbemErrorEnum error codes. 2022-01-11 15:15:34 +01:00
wbemprov.idl
wct.h include: Add more Wait Chain Traversal definitions. 2022-03-14 18:30:28 +01:00
weakreference.idl include: Add IWeakReference(Source) declaration. 2022-03-02 20:18:10 +01:00
webservices.h
werapi.h
wfext.h
wia.h
wia_lh.idl
wia_xp.idl
wiadef.h
wimgapi.h
winapifamily.h
winbase.h include: Move WIN32_MEMORY_RANGE_ENTRY from winnt.h to winbase.h. 2022-07-13 16:10:04 +02: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
wincon.h
wincontypes.h
wincred.h
wincrypt.h crypt32: Support MICROSOFT_ROOT_CERT_CHAIN_POLICY_CHECK_APPLICATION_ROOT_FLAG. 2022-07-11 18:55:11 +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.devices.haptics.idl include: Add Windows.Devices.Haptics.SimpleHapticsController definition. 2022-02-22 18:20:22 +01:00
windows.devices.power.idl include: Add Windows.Devices.Power.IBatteryReport interface definition. 2022-03-07 11:23:42 +01:00
windows.foundation.collections.idl include/windows.foundation.collections.idl: Set correct return type for IAsyncOperation_GetResults. 2022-04-06 23:07:20 +02:00
windows.foundation.idl include: Add Windows.Foundation.MemoryBuffer runtimeclass declaration. 2022-04-25 15:09:02 +02:00
windows.foundation.metadata.idl include: Add windows.foundation.metadata.idl. 2022-04-22 13:07:43 +02:00
windows.foundation.numerics.idl include: Add Windows.Foundation.Numerics.Vector3 struct declaration. 2022-04-27 22:40:06 +02:00
windows.gaming.input.custom.idl windows.gaming.input: Register Windows.Gaming.Input.Custom classes. 2022-03-02 20:18:00 +01:00
windows.gaming.input.forcefeedback.idl windows.gaming.input: Register Windows.Gaming.Input.ForceFeedback classes. 2022-05-11 11:40:41 +02:00
windows.gaming.input.idl include: Add Windows.Gaming.Input.IGamepad2 interface declaration. 2022-06-08 15:04:56 +02:00
windows.globalization.idl include/windows.globalization.idl: Add Language class and interfaces. 2022-02-11 18:37:35 +01:00
windows.h include: Define _WINSOCKAPI_ in winsock2.h. 2021-04-27 18:55:24 +02:00
windows.media.closedcaptioning.idl include: Add windows.media.closedcaptioning.idl file. 2022-04-25 15:09:47 +02:00
windows.media.devices.idl windows.media.devices: Stub implement IMediaDeviceStatics. 2021-04-13 18:45:09 +02:00
windows.media.idl include/windows.media.idl: Move IMediaMarker collections from speechsynthesis. 2022-06-14 22:04:55 +02:00
windows.media.speechrecognition.idl include/windows.media.speechrecognition.idl: Add SpeechRecognitionListConstraint class. 2022-03-14 18:30:28 +01:00
windows.media.speechsynthesis.idl include/windows.media.speechsynthesis.idl: Update file to newer formatting. 2022-06-14 22:04:55 +02:00
windows.storage.streams.idl include: Add Windows.Storage.Streams.Buffer runtimeclass declaration. 2022-04-28 16:14:21 +02:00
windows.system.idl
windows.system.power.idl include: Add Windows.Devices.Power.IBatteryReport interface definition. 2022-03-07 11:23:42 +01:00
windows.system.userprofile.idl
windows.ui.idl include: Add windows.ui.idl file. 2022-04-25 15:09:39 +02:00
windowscontracts.idl
windowsx.h
winerror.h include: Add MIL/DWM HRESULT codes. 2022-05-12 12:50:18 +02:00
winevt.h
wingdi.h include: Don't use DECLSPEC_HIDDEN for WINGDIAPI and WINUSERAPI in unuxlibs. 2022-05-06 19:18:18 +02:00
winhttp.h
wininet.h
winineti.h wininet: Adjust IsHostInProxyBypassList() prototype. 2021-08-03 23:41:05 +02:00
winioctl.h
winldap.h wldap32: Get rid of the WLDAP32_ prefix. 2021-04-19 20:08:48 +02:00
winnetwk.h
winnls.h kernelbase: Implement IsNLSDefinedString(). 2022-06-07 16:57:26 +02:00
winnls32.h
winnt.h include: Move WIN32_MEMORY_RANGE_ENTRY from winnt.h to winbase.h. 2022-07-13 16:10:04 +02:00
winnt.rh
winperf.h advapi32: Improve PerfSetCounterSetInfo() stub. 2021-11-22 22:20:51 +01:00
winreg.h advapi32/tests: Add some tests for RegRenameKey(). 2022-06-28 15:39:55 +02:00
winresrc.h
winsafer.h
winscard.h
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 ws2_32: Add WSAConnectByName() functions. 2022-06-03 21:51:57 +02:00
winspool.h winspool.drv: Implement OpenPrinter2. 2022-07-15 17:42:53 +02:00
winstring.h
winsvc.h
winsxs.idl
wintab.h
wintabx.h
winternl.h include: Add definition for NtSetInformationVirtualMemory. 2022-07-13 16:10:05 +02:00
wintrust.h
winuser.h include: Add some SPI_ constants. 2022-07-25 09:38:26 +02:00
winuser.rh
winver.h
wlanapi.h wlanapi: Add WlanHostedNetworkQueryStatus stub. 2021-08-05 20:43:28 +02:00
wmcodecdsp.idl include: Add CMSMPEGDecoderMFT coclass. 2022-04-21 19:57:53 +02:00
wmdrmsdk.idl
wmistr.h
wmium.h
wmiutils.idl
wmp.idl
wmpids.h
wmprealestate.idl
wmpservices.idl
wmsbuffer.idl include: Add INSSBuffer3. 2021-10-18 10:46:22 +02:00
wmsdk.h
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
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
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 include: Correct BYTE typedef. 2022-03-04 10:01:29 +01:00
wuapi.idl include/wuapi: Add WindowsUpdateAgentInfo coclass and interface. 2021-08-31 16:04:50 +02:00
x3daudio.h
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
xapofx.h
xaudio2.idl
xaudio2fx.idl
xcmc.h
xinput.h
xmldom.h
xmldom.idl
xmldomdid.h
xmldso.idl
xmldsodid.h
xmllite.idl xmllite/reader: Implement CreateXmlReaderInputWithEncodingCodePage(). 2022-05-03 18:55:52 +02:00
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