Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for GetFileAttributesW (0.26 sec)

  1. src/syscall/zsyscall_windows.go

    	procGetFileAttributesExW               = modkernel32.NewProc("GetFileAttributesExW")
    	procGetFileAttributesW                 = modkernel32.NewProc("GetFileAttributesW")
    	procGetFileInformationByHandle         = modkernel32.NewProc("GetFileInformationByHandle")
    	procGetFileType                        = modkernel32.NewProc("GetFileType")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 56.3K bytes
    - Viewed (0)
  2. src/syscall/syscall_windows.go

    //sys	SetFileTime(handle Handle, ctime *Filetime, atime *Filetime, wtime *Filetime) (err error)
    //sys	GetFileAttributes(name *uint16) (attrs uint32, err error) [failretval==INVALID_FILE_ATTRIBUTES] = kernel32.GetFileAttributesW
    //sys	SetFileAttributes(name *uint16, attrs uint32) (err error) = kernel32.SetFileAttributesW
    //sys	GetFileAttributesEx(name *uint16, level uint32, info *byte) (err error) = kernel32.GetFileAttributesExW
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 52.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    //sys	SetFileTime(handle Handle, ctime *Filetime, atime *Filetime, wtime *Filetime) (err error)
    //sys	GetFileAttributes(name *uint16) (attrs uint32, err error) [failretval==INVALID_FILE_ATTRIBUTES] = kernel32.GetFileAttributesW
    //sys	SetFileAttributes(name *uint16, attrs uint32) (err error) = kernel32.SetFileAttributesW
    //sys	GetFileAttributesEx(name *uint16, level uint32, info *byte) (err error) = kernel32.GetFileAttributesExW
    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/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    	procGetFileAttributesExW                                 = modkernel32.NewProc("GetFileAttributesExW")
    	procGetFileAttributesW                                   = modkernel32.NewProc("GetFileAttributesW")
    	procGetFileInformationByHandle                           = modkernel32.NewProc("GetFileInformationByHandle")
    	procGetFileInformationByHandleEx                         = modkernel32.NewProc("GetFileInformationByHandleEx")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
Back to top