mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 00:40:31 +00:00
[FLTMGR] Export FltCreateCommunicationPort() and FltCloseCommunicationPort()
This commit is contained in:
parent
1c5cc0ff08
commit
b67887df10
1 changed files with 2 additions and 0 deletions
|
@ -19,4 +19,6 @@
|
|||
@ stdcall FltDetachVolume(ptr ptr ptr)
|
||||
@ stdcall FltGetVolumeName(ptr ptr ptr)
|
||||
@ stdcall FltGetFileNameInformation(ptr long ptr)
|
||||
@ stdcall FltCreateCommunicationPort(ptr ptr ptr ptr ptr ptr ptr long)
|
||||
@ stdcall FltCloseCommunicationPort(ptr)
|
||||
|
||||
|
|
Loading…
Reference in a new issue