Hi all! I totally dislike win32 API, but I need to do one thing, so I came here to ask you for help )
The task is to create shared between two processes file mapping. The problem is in specifying properly security attributes (second parameter). I need somehow to set this atributes in order to:
Allow reading from file map.
Deny reading from file map.
I'm done with another approach to this task, but I need this damn security attributes. Thank's for your attention ).