Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for LoadCancelIoEx (0.37 sec)

  1. src/syscall/syscall_windows.go

    	if e != nil {
    		return e
    	}
    	if mode&S_IWRITE != 0 {
    		attrs &^= FILE_ATTRIBUTE_READONLY
    	} else {
    		attrs |= FILE_ATTRIBUTE_READONLY
    	}
    	return SetFileAttributes(p, attrs)
    }
    
    func LoadCancelIoEx() error {
    	return procCancelIoEx.Find()
    }
    
    func LoadSetFileCompletionNotificationModes() error {
    	return procSetFileCompletionNotificationModes.Find()
    }
    
    // net api calls
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 52.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    		attrs |= FILE_ATTRIBUTE_READONLY
    	}
    	return SetFileAttributes(p, attrs)
    }
    
    func LoadGetSystemTimePreciseAsFileTime() error {
    	return procGetSystemTimePreciseAsFileTime.Find()
    }
    
    func LoadCancelIoEx() error {
    	return procCancelIoEx.Find()
    }
    
    func LoadSetFileCompletionNotificationModes() error {
    	return procSetFileCompletionNotificationModes.Find()
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Lchown", Func, 0},
    		{"Linger", Type, 0},
    		{"Linger.Linger", Field, 0},
    		{"Linger.Onoff", Field, 0},
    		{"Link", Func, 0},
    		{"Listen", Func, 0},
    		{"Listxattr", Func, 1},
    		{"LoadCancelIoEx", Func, 1},
    		{"LoadConnectEx", Func, 1},
    		{"LoadCreateSymbolicLink", Func, 4},
    		{"LoadDLL", Func, 0},
    		{"LoadGetAddrInfo", Func, 1},
    		{"LoadLibrary", 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.1.txt

    pkg syscall (windows-386), func GetConsoleMode(Handle, *uint32) error
    pkg syscall (windows-386), func Getsockopt(Handle, int32, int32, *uint8, *int32) error
    pkg syscall (windows-386), func LoadCancelIoEx() error
    pkg syscall (windows-386), func LoadConnectEx() error
    pkg syscall (windows-386), func LoadGetAddrInfo() error
    pkg syscall (windows-386), func ReadConsole(Handle, *uint16, uint32, *uint32, *uint8) error
    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