reactos/sdk/include/ddk
Katayama Hirofumi MZ 8ea93d2ab2
[REACTOS] Standardize <imm.h> and <immdev.h> (#6493)
Improve header compatibility and
code quality.
JIRA issue: CORE-19268
- Improve <imm.h> and <immdev.h>
  compatibility by correctly choosing
  the items.
- Use <immdev.h> instead of
  <ddk/immdev.h>.
- Move INPUTCONTEXTDX, IMEINFOEX,
  IMEDPI, and CLIENTIMC into
  <imm32_undoc.h>.
- Adapt to these changes.
2024-02-13 20:33:14 +09:00
..
acpiioct.h [REACTOS] Fix a number of MSVC warnings 2021-07-23 22:03:48 +02:00
afilter.h
amtvuids.h
ata.h
atm.h
aux_klib.h [REACTOS] Addendum to 5c7ce4475e - Fix MSVC 2015 build 2021-05-12 11:04:29 +02:00
backpack.h
bdasup.h
buffring.h [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
classpnp.h [DDK] Use FORCEINLINE instead of __inline, as in other DDK headers 2020-12-01 18:56:02 +01:00
csq.h
d3dhal.h
d3dhalex.h
d3dkmthk.h
d4drvif.h
d4iface.h
dciddi.h
dderror.h
dmusicks.h
dmusprop.h
drivinit.h
drmk.h [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
dxapi.h
fcb.h [SDK] Fix NT6 building issues and improve SDK NT6 headers. 2018-02-10 18:58:35 +01:00
fcbtable.h
fltkernel.h [DDK] Do not put _Must_inspect_result_ on function returning void & without _Out_ parameters 2021-06-28 10:20:57 +02:00
fltsafe.h
fltuser.h
fltuserstructures.h
fltwinerror.h
hdaudio.h [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
hidclass.h
hidpddi.h [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
hidport.h [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
hidsdi.h [DDK] Import hidsdi.h from Wine Staging 3.3. CORE-14434 2018-04-03 13:30:30 +01:00
hubbusif.h [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
ide.h [PCIIDEX] Improve and fix the driver 2023-07-16 13:20:30 +03:00
immdev.h [REACTOS] Standardize <imm.h> and <immdev.h> (#6493) 2024-02-13 20:33:14 +09:00
ioaccess.h
isvbop.h
isvbop.inc
kbdmou.h
kcom.h [SDK] Move kcom.h from psdk to ddk where it belongs 2019-06-29 11:09:23 +02:00
kernelspecs.h [SDK] Add missing sal annotations in driverspecs.h and kernelspec.h 2021-06-28 08:48:59 +02:00
lowio.h
mcd.h
mce.h
miniport.h
minitape.h
mountdev.h
mountmgr.h
mrx.h
mrxfcb.h
msports.h
ndis.h [NETKVM] Import NetKVM network adapter driver by Red Hat 2020-04-23 16:33:09 +03:00
ndisguid.h
ndistapi.h
ndiswan.h
netioddk.h
netpnp.h [DDK][PSDK] Add some missing NDIS definitions/types. Caught by Benjamin Aerni. 2019-05-05 23:19:53 +02:00
nodetype.h
nt_vdd.h
ntagp.h
ntddpcm.h
ntddsnd.h
ntimage.h [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
ntintsafe.h
ntnls.h
ntpoapi.h [SDK][NDK] Move SYSTEM_POWER_INFORMATION to ntpoapi.h (#869) 2018-12-05 13:48:01 +01:00
ntrxdef.h [RDBSS] Start defining the RxCapture* macros and start using them (to be continued) 2017-11-01 12:07:18 +01:00
ntsam.h [DDK] Add missing types DOMAIN_DISPLAY_USER, DOMAIN_DISPLAY_MACHINE and DOMAIN_DISPLAY_GROUP 2021-07-07 12:26:44 +02:00
ntstrsafe.h [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
oprghdlr.h
parallel.h
pfhook.h
poclass.h
portcls.h [DDK] Hack the IDmaChannel::PhysicalAddress ABI 2022-02-16 01:31:28 +03:00
prefix.h [DDK] Add NT6+ implementation for Rx*PrefixTableLock macros 2018-09-08 10:06:40 +02:00
punknown.h
rx.h
rxcontx.h [RDBSS][RXCE] Implement IRP cancellation 2019-01-02 15:02:15 +01:00
rxdata.h
rxlog.h
rxovride.h
rxpooltg.h
rxprocs.h
rxstruc.h [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
rxtimer.h [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
rxtypes.h
rxworkq.h
scavengr.h
scsi.h [DDK] Add definitions required for newer storage class drivers (cdrom) 2020-09-24 05:47:48 +03:00
scsiscan.h
scsiwmi.h [DDK] Import definitions required by newer storage class drivers 2020-08-28 05:42:05 +03:00
smbus.h
srb.h [DDK] srb.h: Introduce Win8+ SCSI_MAXIMUM_BUSES_PER_ADAPTER and comment about the old SCSI_MAXIMUM_* variables. 2023-06-19 21:10:44 +02:00
srbhelper.h [DDK] Import missing files required for newer storage class drivers 2020-08-28 17:06:20 +03:00
stdunk.h [STDUNK][PORTCLS][CMIDriver] Fix issue with operator new/delete 2019-06-24 21:17:00 +02:00
storduid.h [CLASSPNP][CDROM_NEW][DISK_NEW] Fix clang build 2020-12-05 22:15:29 +03:00
storport.h [DDK] storport.h: Add some missing definitions that are in common with srb.h 2023-06-19 21:10:49 +02:00
storswtr.h [DDK] Import missing files required for newer storage class drivers 2020-08-28 17:06:20 +03:00
strmini.h [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
struchdr.h
swenum.h
tdikrnl.h
tdistat.h
upssvc.h
usbbusif.h
usbdlib.h [DDK] Add definitions required for newer storage class drivers (cdrom) 2020-09-24 05:47:48 +03:00
usbdrivr.h
usbkern.h
usbprint.h
usbprotocoldefs.h [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
usbscan.h
usbstorioctl.h
vddsvc.h
video.h [VIDEOPRT] VideoPortGetAccessRanges: Add doxygen doc, SAL annotations and minor formatting. 2023-06-28 17:22:00 +02:00
videoagp.h
wdmguid.h [DDK] Add definitions required for newer storage class drivers (cdrom) 2020-09-24 05:47:48 +03:00
wmidata.h
wmiguid.h
wmilib.h
ws2san.h
wsk.h [DDK] wsk header: Add WSKAPI to exported functions. (#5687) 2023-09-19 18:28:19 +03:00
xfilter.h [DDK:NDIS] Fix definition of broadcast address macro (#5155) 2023-03-18 16:57:52 +01:00