Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for LoadCancelIoEx (0.26 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)
Back to top