tags:

views:

18

answers:

0

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:

  1. Allow reading from file map.

  2. 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 ).