Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for VolumeSerialNumber (0.21 sec)

  1. src/os/types_windows.go

    		CreationTime:   d.CreationTime,
    		LastAccessTime: d.LastAccessTime,
    		LastWriteTime:  d.LastWriteTime,
    		FileSizeHigh:   d.FileSizeHigh,
    		FileSizeLow:    d.FileSizeLow,
    		vol:            d.VolumeSerialNumber,
    		idxhi:          d.FileIndexHigh,
    		idxlo:          d.FileIndexLow,
    		ReparseTag:     reparseTag,
    		// fileStat.path is used by os.SameFile to decide if it needs
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 18:44:48 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  2. src/syscall/types_windows.go

    }
    
    type ByHandleFileInformation struct {
    	FileAttributes     uint32
    	CreationTime       Filetime
    	LastAccessTime     Filetime
    	LastWriteTime      Filetime
    	VolumeSerialNumber uint32
    	FileSizeHigh       uint32
    	FileSizeLow        uint32
    	NumberOfLinks      uint32
    	FileIndexHigh      uint32
    	FileIndexLow       uint32
    }
    
    const (
    	GetFileExInfoStandard = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 20 06:04:31 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    }
    
    type ByHandleFileInformation struct {
    	FileAttributes     uint32
    	CreationTime       Filetime
    	LastAccessTime     Filetime
    	LastWriteTime      Filetime
    	VolumeSerialNumber uint32
    	FileSizeHigh       uint32
    	FileSizeLow        uint32
    	NumberOfLinks      uint32
    	FileIndexHigh      uint32
    	FileIndexLow       uint32
    }
    
    const (
    	GetFileExInfoStandard = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"ByHandleFileInformation.LastAccessTime", Field, 0},
    		{"ByHandleFileInformation.LastWriteTime", Field, 0},
    		{"ByHandleFileInformation.NumberOfLinks", Field, 0},
    		{"ByHandleFileInformation.VolumeSerialNumber", Field, 0},
    		{"BytePtrFromString", Func, 1},
    		{"ByteSliceFromString", Func, 1},
    		{"CCR0_FLUSH", Const, 1},
    		{"CERT_CHAIN_POLICY_AUTHENTICODE", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  5. api/go1.txt

    pkg syscall (windows-386), type ByHandleFileInformation struct, NumberOfLinks uint32
    pkg syscall (windows-386), type ByHandleFileInformation struct, VolumeSerialNumber uint32
    pkg syscall (windows-386), type CertChainContext struct
    pkg syscall (windows-386), type CertChainContext struct, ChainCount uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top