- Sort Score
- Result 10 results
- Languages All
Results 11 - 14 of 14 for FILE_SHARE_READ (0.09 sec)
-
internal/lock/lock_windows.go
var createflag uint32 switch { case flag&syscall.O_CREAT == syscall.O_CREAT: createflag = syscall.OPEN_ALWAYS default: createflag = syscall.OPEN_EXISTING } shareflag := uint32(syscall.FILE_SHARE_READ | syscall.FILE_SHARE_WRITE | syscall.FILE_SHARE_DELETE) accessAttr := uint32(syscall.FILE_ATTRIBUTE_NORMAL | 0x80000000) fd, err := syscall.CreateFile(pathp, access, shareflag, nil, createflag, accessAttr, 0)Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 7.9K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFileOutputStream.java
have exclusive access to the file. An additional open command from jCIFS or another application will fail with the "file is being accessed by another process" error. The <code>FILE_SHARE_READ</code>, <code>FILE_SHARE_WRITE</code>, and <code>FILE_SHARE_DELETE</code> may be combined with the bitwise OR '|' to specify that other peocesses may read,Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 11K bytes - Viewed (0) -
api/go1.txt
pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_SIZE ideal-int pkg syscall (windows-386), const FILE_SHARE_DELETE ideal-int pkg syscall (windows-386), const FILE_SHARE_READ ideal-int pkg syscall (windows-386), const FILE_SHARE_WRITE ideal-int pkg syscall (windows-386), const FILE_TYPE_CHAR ideal-int pkg syscall (windows-386), const FILE_TYPE_DISK ideal-int
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
api/go1.1.txt
pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_LAST_WRITE = 16 pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_SIZE = 8 pkg syscall (windows-386), const FILE_SHARE_DELETE = 4 pkg syscall (windows-386), const FILE_SHARE_READ = 1 pkg syscall (windows-386), const FILE_SHARE_WRITE = 2 pkg syscall (windows-386), const FILE_TYPE_CHAR = 2 pkg syscall (windows-386), const FILE_TYPE_DISK = 1 pkg syscall (windows-386), const FILE_TYPE_PIPE = 3
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0)