reactos/drivers/filters/fltmgr/fltmgr.spec
Ged Murphy 9d15fb9279 Start to implement fltmgr tests [WIP] (#52)
[FLTMGR]
- Partially implement registering contexts
- Add a misc file which contains stubs of the APIs needed in the test suite
- Export some APIs needed by the test suite

[KMTESTS]
- Create a File System Mini-filter wrapper to host drivers for the filter manager tests
- Add a test file which will be used for testing that mini-filters load correctly
- Add a test file which will be used to write tests for IRP_MJ_CREATE requests
2017-10-12 15:32:30 +01:00

11 lines
368 B
Python

@ stdcall FltRegisterFilter(ptr ptr ptr)
@ stdcall FltUnregisterFilter(ptr)
@ stdcall FltCloseCommunicationPort(ptr)
@ stdcall FltStartFiltering(ptr)
@ stdcall FltCreateCommunicationPort(ptr ptr ptr ptr ptr ptr ptr long)
@ stdcall FltBuildDefaultSecurityDescriptor(ptr long)
@ stdcall FltFreeSecurityDescriptor(ptr)
@ stdcall FltGetDiskDeviceObject(ptr ptr)