Hello
In user mode, when you set sharing on a directory the NetShareAdd
function is called.
What function is called in kernel mode when you share a directory?
When ZwCreateFile is called due to directory access, is there any way
to know if the directory is shared?
Thanks