Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for GetFileAttributesExW (0.21 sec)

  1. src/syscall/zsyscall_windows.go

    	procGetExitCodeProcess                 = modkernel32.NewProc("GetExitCodeProcess")
    	procGetFileAttributesExW               = modkernel32.NewProc("GetFileAttributesExW")
    	procGetFileAttributesW                 = modkernel32.NewProc("GetFileAttributesW")
    	procGetFileInformationByHandle         = modkernel32.NewProc("GetFileInformationByHandle")
    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	SetFileAttributes(name *uint16, attrs uint32) (err error) = kernel32.SetFileAttributesW
    //sys	GetFileAttributesEx(name *uint16, level uint32, info *byte) (err error) = kernel32.GetFileAttributesExW
    //sys	GetCommandLine() (cmd *uint16) = kernel32.GetCommandLineW
    //sys	CommandLineToArgv(cmd *uint16, argc *int32) (argv *[8192]*[8192]uint16, err error) [failretval==nil] = shell32.CommandLineToArgvW
    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	SetFileAttributes(name *uint16, attrs uint32) (err error) = kernel32.SetFileAttributesW
    //sys	GetFileAttributesEx(name *uint16, level uint32, info *byte) (err error) = kernel32.GetFileAttributesExW
    //sys	GetCommandLine() (cmd *uint16) = kernel32.GetCommandLineW
    //sys	commandLineToArgv(cmd *uint16, argc *int32) (argv **uint16, err error) [failretval==nil] = shell32.CommandLineToArgvW
    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

    	procGetExitCodeProcess                                   = modkernel32.NewProc("GetExitCodeProcess")
    	procGetFileAttributesExW                                 = modkernel32.NewProc("GetFileAttributesExW")
    	procGetFileAttributesW                                   = modkernel32.NewProc("GetFileAttributesW")
    	procGetFileInformationByHandle                           = modkernel32.NewProc("GetFileInformationByHandle")
    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