Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GetFinalPathNameByHandleW (0.22 sec)

  1. src/internal/syscall/windows/syscall_windows.go

    	VOLUME_NAME_NONE = 0x4
    	VOLUME_NAME_NT   = 0x2
    )
    
    //sys	GetFinalPathNameByHandle(file syscall.Handle, filePath *uint16, filePathSize uint32, flags uint32) (n uint32, err error) = kernel32.GetFinalPathNameByHandleW
    
    func ErrorLoadingGetTempPath2() error {
    	return procGetTempPath2W.Find()
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 22:55:25 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  2. src/internal/syscall/windows/zsyscall_windows.go

    	procGetFileInformationByHandleEx      = modkernel32.NewProc("GetFileInformationByHandleEx")
    	procGetFinalPathNameByHandleW         = modkernel32.NewProc("GetFinalPathNameByHandleW")
    	procGetModuleFileNameW                = modkernel32.NewProc("GetModuleFileNameW")
    	procGetTempPath2W                     = modkernel32.NewProc("GetTempPath2W")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 18.4K bytes
    - Viewed (0)
Back to top