session

package
v0.0.0-...-1e69288 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package session represents an update session in which the caller can perform operations that involve updates. More info: https://docs.microsoft.com/en-us/windows/win32/api/wuapi/nn-wuapi-iupdatesession

Index

Constants

View Source
const (

	// Searcher is the method name to create an update searcher interface.
	Searcher updateInterface = "CreateUpdateSearcher"
	// Downloader is the method name to create an update downloader interface.
	Downloader updateInterface = "CreateUpdateDownloader"
	// Installer is the method name to create an update installer interface.
	Installer updateInterface = "CreateUpdateInstaller"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type UpdateSession

type UpdateSession struct {
	Session *ole.IDispatch
}

UpdateSession describes an update session COM object.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL