Sharing Data between Instantiations of lwf filter driver

I have written a lwf driver that needs to share some common config data through each instantiation (copy) of the driver. I have been unable to figure out the easiest way to do this. Any help would be appreciated. Thanks.

A driver is only loaded once. You will have a per instance object for each instantiation. You can share data between each instance in global variables. Make sure to synchronize access to these global properly.

Bent from my phone


From: xxxxx@lists.osr.com on behalf of xxxxx@gmail.com
Sent: Wednesday, October 4, 2017 8:29:00 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] Sharing Data between Instantiations of lwf filter driver

I have written a lwf driver that needs to share some common config data through each instantiation (copy) of the driver. I have been unable to figure out the easiest way to do this. Any help would be appreciated. Thanks.


NTDEV is sponsored by OSR

Visit the list online at: https:

MONTHLY seminars on crash dump analysis, WDF, Windows internals and software drivers!
Details at https:

To unsubscribe, visit the List Server section of OSR Online at https:</https:></https:></https:>