Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GetVolumeInformationByHandleW (0.42 sec)

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

    //sys	GetVolumeNameForVolumeMountPoint(volumeMountPoint *uint16, volumeName *uint16, bufferlength uint32) (err error) = GetVolumeNameForVolumeMountPointW
    
    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

    	procGetModuleFileNameW                = modkernel32.NewProc("GetModuleFileNameW")
    	procGetTempPath2W                     = modkernel32.NewProc("GetTempPath2W")
    	procGetVolumeInformationByHandleW     = modkernel32.NewProc("GetVolumeInformationByHandleW")
    	procGetVolumeNameForVolumeMountPointW = modkernel32.NewProc("GetVolumeNameForVolumeMountPointW")
    	procLockFileEx                        = modkernel32.NewProc("LockFileEx")
    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