Does device.exe serialize access to my device driver's
exported functions?
I need to modify a global data structure in XXX_Open
and XXX_Close, should I add my own synchronization
around that, or will device.exe do that for me?
Thanks in advance.