a problem with interprocess::managed_windows_shared_memory

6 Jun
2008
6 Jun
'08
11:18 a.m.
Hello, in my program a shared memory object is created by: managed_windows_shared_memory shm (open_or_create, "MySharedMemory", shm_size); The problem is that calling to 'shm' object methods, the program cannot detect - was shared memory actually created or it was opened only? Looks like somewhere inside 'managed_windows_shared_memory' class this information is availble but not exposed via its public interface. May it be fixed? Regards, Alex
6176
Age (days ago)
6176
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alex