Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LoadGetSystemTimePreciseAsFileTime (0.75 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    		return e
    	}
    	if mode&S_IWRITE != 0 {
    		attrs &^= FILE_ATTRIBUTE_READONLY
    	} else {
    		attrs |= FILE_ATTRIBUTE_READONLY
    	}
    	return SetFileAttributes(p, attrs)
    }
    
    func LoadGetSystemTimePreciseAsFileTime() error {
    	return procGetSystemTimePreciseAsFileTime.Find()
    }
    
    func LoadCancelIoEx() error {
    	return procCancelIoEx.Find()
    }
    
    func LoadSetFileCompletionNotificationModes() error {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
Back to top