Documentation ¶
Overview ¶
Go package for low-level interaction with the operating system
Index ¶
- Variables
- func MsiDatabaseOpenView(database int, query string, view *int) (e error)
- func MsiInstallProduct(path string, command string) (e error)
- func MsiOpenDatabase(path string, persist int, database *int) (e error)
- func MsiRecordGetString(record int, field int, buf *uint16, bufSize *int) (e error)
- func MsiViewExecute(view int, record int) (e error)
- func MsiViewFetch(view int, record *int) (e error)
- func ShellExecute(hwnd int, oper string, file string, param string, dir string, show int) (err error)
- type Errno
Constants ¶
This section is empty.
Variables ¶
View Source
var UTF16ToString = windows.UTF16ToString
Functions ¶
func MsiDatabaseOpenView ¶
func MsiInstallProduct ¶
func MsiRecordGetString ¶
func MsiViewExecute ¶
func MsiViewFetch ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.