Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for SetFilePointer (0.34 sec)

  1. cluster/gce/windows/common.psm1

      # Docs: Because INVALID_SET_FILE_POINTER is a valid value for the low-order DWORD of the new file pointer,
      # you must check both the return value of the function and the error code returned by GetLastError to
      # determine whether or not an error has occurred. If an error has occurred, the return value of SetFilePointer
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 19 14:47:38 UTC 2022
    - 25.4K bytes
    - Viewed (0)
  2. src/syscall/zsyscall_windows.go

    	procSetFileCompletionNotificationModes = modkernel32.NewProc("SetFileCompletionNotificationModes")
    	procSetFilePointer                     = modkernel32.NewProc("SetFilePointer")
    	procSetFileTime                        = modkernel32.NewProc("SetFileTime")
    	procSetHandleInformation               = modkernel32.NewProc("SetHandleInformation")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 56.3K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    //sys	writeFile(handle Handle, buf []byte, done *uint32, overlapped *Overlapped) (err error) = WriteFile
    //sys	GetOverlappedResult(handle Handle, overlapped *Overlapped, done *uint32, wait bool) (err error)
    //sys	SetFilePointer(handle Handle, lowoffset int32, highoffsetptr *int32, whence uint32) (newlowoffset uint32, err error) [failretval==0xffffffff]
    //sys	CloseHandle(handle Handle) (err error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  4. src/syscall/syscall_windows.go

    //sys	readFile(handle Handle, buf []byte, done *uint32, overlapped *Overlapped) (err error) = ReadFile
    //sys	writeFile(handle Handle, buf []byte, done *uint32, overlapped *Overlapped) (err error) = WriteFile
    //sys	SetFilePointer(handle Handle, lowoffset int32, highoffsetptr *int32, whence uint32) (newlowoffset uint32, err error) [failretval==0xffffffff]
    //sys	CloseHandle(handle Handle) (err error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 52.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    	procSetFileInformationByHandle                           = modkernel32.NewProc("SetFileInformationByHandle")
    	procSetFilePointer                                       = modkernel32.NewProc("SetFilePointer")
    	procSetFileTime                                          = modkernel32.NewProc("SetFileTime")
    	procSetFileValidData                                     = modkernel32.NewProc("SetFileValidData")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SetCurrentDirectory", Func, 0},
    		{"SetEndOfFile", Func, 0},
    		{"SetEnvironmentVariable", Func, 0},
    		{"SetFileAttributes", Func, 0},
    		{"SetFileCompletionNotificationModes", Func, 2},
    		{"SetFilePointer", Func, 0},
    		{"SetFileTime", Func, 0},
    		{"SetHandleInformation", Func, 0},
    		{"SetKevent", Func, 0},
    		{"SetLsfPromisc", Func, 0},
    		{"SetNonblock", Func, 0},
    		{"Setdomainname", Func, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  7. api/go1.txt

    pkg syscall (windows-386), func SetEnvironmentVariable(*uint16, *uint16) error
    pkg syscall (windows-386), func SetFileAttributes(*uint16, uint32) error
    pkg syscall (windows-386), func SetFilePointer(Handle, int32, *int32, uint32) (uint32, error)
    pkg syscall (windows-386), func SetFileTime(Handle, *Filetime, *Filetime, *Filetime) error
    pkg syscall (windows-386), func SetHandleInformation(Handle, uint32, uint32) error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top