Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for GetFileExMaxInfoLevel (0.47 sec)

  1. src/syscall/types_windows.go

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

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

    		{"GetEnvironmentVariable", Func, 0},
    		{"GetExitCodeProcess", Func, 0},
    		{"GetFileAttributes", Func, 0},
    		{"GetFileAttributesEx", Func, 0},
    		{"GetFileExInfoStandard", Const, 0},
    		{"GetFileExMaxInfoLevel", Const, 0},
    		{"GetFileInformationByHandle", Func, 0},
    		{"GetFileType", Func, 0},
    		{"GetFullPathName", Func, 0},
    		{"GetHostByName", Func, 0},
    		{"GetIfEntry", Func, 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)
  4. api/go1.txt

    pkg syscall (windows-386), const GENERIC_READ ideal-int
    pkg syscall (windows-386), const GENERIC_WRITE ideal-int
    pkg syscall (windows-386), const GetFileExInfoStandard ideal-int
    pkg syscall (windows-386), const GetFileExMaxInfoLevel ideal-int
    pkg syscall (windows-386), const HANDLE_FLAG_INHERIT ideal-int
    pkg syscall (windows-386), const HKEY_CLASSES_ROOT ideal-int
    pkg syscall (windows-386), const HKEY_CURRENT_CONFIG ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg syscall (windows-386), const GENERIC_READ = 2147483648
    pkg syscall (windows-386), const GENERIC_WRITE = 1073741824
    pkg syscall (windows-386), const GetFileExInfoStandard = 0
    pkg syscall (windows-386), const GetFileExMaxInfoLevel = 1
    pkg syscall (windows-386), const HANDLE_FLAG_INHERIT = 1
    pkg syscall (windows-386), const HKEY_CLASSES_ROOT = 2147483648
    pkg syscall (windows-386), const HKEY_CURRENT_CONFIG = 2147483653
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top