I am developing a minifilter drver.Now the problem is:the driver will
send a message containing a encrypt buffer to the application using
FltSendMessage,the application then decrypt the buffer and send decrypted
buffer to the driver.should i create a thread to wait for message from
minifilter ?then reply using Fltreplymessage?? how do this communication *
synchronous*ly? thanks for reply!