Alternative FltSendMessage

Hello!
In my driver I use the connection with the user via FltSendMessage/FiltergetMessage, but I want to try to implement a mechanism similar to the one that provides the FS Filter Manager something like client-server application (connect, accept, send, receive). Maybe someone has already implemented similar and has some examples?

You mean something like http://www.osronline.com/article.cfm?id=94 ?

On 31 July 2015 at 10:45, wrote:

> Hello!
> In my driver I use the connection with the user via
> FltSendMessage/FiltergetMessage, but I want to try to implement a mechanism
> similar to the one that provides the FS Filter Manager something like
> client-server application (connect, accept, send, receive). Maybe someone
> has already implemented similar and has some examples?
>
> —
> NTFSD is sponsored by OSR
>
> OSR is hiring!! Info at http://www.osr.com/careers
>
> For our schedule of debugging and file system seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>

Thank you Alexandru!
In sample (scanner from DDK) FilterGetMessage using with CompletionPort(), what’s the point of this? And how I can use CompletionPort() with DeviceIoControl( inverted-call model)?