Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for GetLongPathNameW (0.29 sec)

  1. src/syscall/zsyscall_windows.go

    	procGetFullPathNameW                   = modkernel32.NewProc("GetFullPathNameW")
    	procGetLastError                       = modkernel32.NewProc("GetLastError")
    	procGetLongPathNameW                   = modkernel32.NewProc("GetLongPathNameW")
    	procGetProcAddress                     = modkernel32.NewProc("GetProcAddress")
    	procGetProcessTimes                    = modkernel32.NewProc("GetProcessTimes")
    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	GetFullPathName(path *uint16, buflen uint32, buf *uint16, fname **uint16) (n uint32, err error) = kernel32.GetFullPathNameW
    //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
    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	GetFullPathName(path *uint16, buflen uint32, buf *uint16, fname **uint16) (n uint32, err error) = kernel32.GetFullPathNameW
    //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
    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

    	procGetLogicalDrives                                     = modkernel32.NewProc("GetLogicalDrives")
    	procGetLongPathNameW                                     = modkernel32.NewProc("GetLongPathNameW")
    	procGetMaximumProcessorCount                             = modkernel32.NewProc("GetMaximumProcessorCount")
    	procGetModuleFileNameW                                   = modkernel32.NewProc("GetModuleFileNameW")
    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