mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 22:01:43 +00:00
[NTOS:IO][NDK] Add the exported IoDeleteDriver to the NDK headers.
This commit is contained in:
parent
9c5bb096bc
commit
56be4eafd5
2 changed files with 8 additions and 1 deletions
|
@ -56,6 +56,12 @@ IoCreateDriver(
|
|||
_In_ PDRIVER_INITIALIZE InitializationFunction
|
||||
);
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
IoDeleteDriver(
|
||||
_In_ PDRIVER_OBJECT DriverObject
|
||||
);
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
IoReportHalResourceUsage(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue