Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for GetShortPathNameW (0.24 sec)

  1. src/syscall/zsyscall_windows.go

    	procGetQueuedCompletionStatus          = modkernel32.NewProc("GetQueuedCompletionStatus")
    	procGetShortPathNameW                  = modkernel32.NewProc("GetShortPathNameW")
    	procGetStartupInfoW                    = modkernel32.NewProc("GetStartupInfoW")
    	procGetStdHandle                       = modkernel32.NewProc("GetStdHandle")
    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	GetLongPathName(path *uint16, buf *uint16, buflen uint32) (n uint32, err error) = kernel32.GetLongPathNameW
    //sys	GetShortPathName(longpath *uint16, shortpath *uint16, buflen uint32) (n uint32, err error) = kernel32.GetShortPathNameW
    //sys	CreateFileMapping(fhandle Handle, sa *SecurityAttributes, prot uint32, maxSizeHigh uint32, maxSizeLow uint32, name *uint16) (handle Handle, err error) = kernel32.CreateFileMappingW
    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	GetLongPathName(path *uint16, buf *uint16, buflen uint32) (n uint32, err error) = kernel32.GetLongPathNameW
    //sys	GetShortPathName(longpath *uint16, shortpath *uint16, buflen uint32) (n uint32, err error) = kernel32.GetShortPathNameW
    //sys	GetFinalPathNameByHandle(file Handle, filePath *uint16, filePathSize uint32, flags uint32) (n uint32, err error) = kernel32.GetFinalPathNameByHandleW
    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

    	procGetQueuedCompletionStatus                            = modkernel32.NewProc("GetQueuedCompletionStatus")
    	procGetShortPathNameW                                    = modkernel32.NewProc("GetShortPathNameW")
    	procGetStartupInfoW                                      = modkernel32.NewProc("GetStartupInfoW")
    	procGetStdHandle                                         = modkernel32.NewProc("GetStdHandle")
    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