[-] type FILESHARE is enum [ ] NULL [ ] FS_DENY_NONE [ ] FS_DENY_WRITE [ ] FS_EXCLUSIVE
NULL |
Default. Previous file-sharing behavior. For example, if the file was last opened with a fsShare value of FS_DENY_WRITE, then the next file open will have this value as well. |
FS_DENY_NONE | Others have read/write access. |
FS_DENY_WRITE | Others have read access. |
FS_EXCLUSIVE | Others have no access. |