Hi,all!
I got a question about class QSharedMemory.
If I apply a shared memory using QSharedMemory,can I get its content by Windows API(such as CreateFileMapping)?
Someone says some changes have to be made to the shared memory key,is it true?
Can you give me some examples?