updatehistory

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: 3 Imported by: 0

Documentation

Overview

Package updatehistory expands an updatehistory item from IDispatch to a struct.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entry

type Entry struct {
	Item                *ole.IDispatch
	Operation           int
	ResultCode          int
	HResult             int
	Date                time.Time
	UpdateIdentity      updates.Identity
	Title               string
	Description         string
	UnmappedResultCode  int
	ClientApplicationID string
	ServerSelection     int
	ServiceID           string
	UninstallationNotes string
	SupportURL          string
	Categories          []updates.Category
}

Entry represents the recorded history of an update.

type History

type History struct {
	IUpdateHistoryEntryCollection *ole.IDispatch
	Entries                       []*Entry
}

History represents an ordered read-only list of IUpdateHistoryEntry interfaces.

Jump to

Keyboard shortcuts

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