Ron Happel
2003-07-02 16:33:25 UTC
If get the following error when I call SetEndOfFile():
ERROR_USER_MAPPED_FILE - The requested operation cannot be
performed on a file with a user-mapped section open.
However, I have not created a file mapping object for the
file so why am I getting this error? Multiple processes
have this data file open for read/write at the same time,
but access is controlled. This have been well tested. This
has only happened on Windows XP so far.
Any help appreciated.
ERROR_USER_MAPPED_FILE - The requested operation cannot be
performed on a file with a user-mapped section open.
However, I have not created a file mapping object for the
file so why am I getting this error? Multiple processes
have this data file open for read/write at the same time,
but access is controlled. This have been well tested. This
has only happened on Windows XP so far.
Any help appreciated.