[FLTMGR]
authorGed Murphy <gedmurphy@reactos.org>
Fri, 19 May 2017 09:37:38 +0000 (09:37 +0000)
committerGed Murphy <gedmurphy@reactos.org>
Fri, 19 May 2017 09:37:38 +0000 (09:37 +0000)
commit7a5211283a297d2ef94890e842daff2d735d7b66
tree46f11ba536799cdb29d146f2db1ef976042f2814
parentfb1948e7d4a7c6b2fd62c102b24ca0308f7d76fa
[FLTMGR]
- Implement FltCreateCommunicationPort, FltCloseCommunicationPort, FltCloseClientPort, and stub FltSendMessage
- Add two new object types for the server port and client ports
- Implement object type callbacks for closing and deleting these new ports
- Create the comms object and create the symbolic link (FltMgrMsg) to allow usermode to open a handle to the comms layer (aka FilterConnectCommunicationPort)
- Although untested, the comms layer objects should be mostly setup, and we should be able to open a connection from usermode.

svn path=/trunk/; revision=74589
reactos/drivers/filters/fltmgr/Messaging.c [new file with mode: 0644]
reactos/drivers/filters/fltmgr/fltmgr.h
reactos/drivers/filters/fltmgr/fltmgr.spec