Hi,
My Service opens a few shared memory zones on initialization read by another exe application.
Now my service and exe are closed and I have a these shared memory zones already opened (because I had crash on the service), and the exe application read anyway the old SMZ and not the new ones.
I'm able to check if the SMZ is already opened with fMemExist, but I can't close them with fClose, because I haven't anymore id of the file.
How can I solve it? I'd like to have a check in the initialization of the service
My Service opens a few shared memory zones on initialization read by another exe application.
Now my service and exe are closed and I have a these shared memory zones already opened (because I had crash on the service), and the exe application read anyway the old SMZ and not the new ones.
I'm able to check if the SMZ is already opened with fMemExist, but I can't close them with fClose, because I haven't anymore id of the file.
How can I solve it? I'd like to have a check in the initialization of the service