Versions in this module Expand all Collapse all v1 v1.56.14 Jul 28, 2023 Changes in this version + var MsgBoxBtnAbortRetryIgnore uint = 0x000002 + var MsgBoxBtnCancelTryContinue uint = 0x000006 + var MsgBoxBtnOk uint = 0x000000 + var MsgBoxBtnOkCancel uint = 0x000001 + var MsgBoxBtnRetryCancel uint = 0x000005 + var MsgBoxBtnYesNo uint = 0x000004 + var MsgBoxBtnYesNoCancel uint = 0x000003 + var MsgBoxDefaultButton1 uint = 0x000000 + var MsgBoxDefaultButton2 uint = 0x000100 + var MsgBoxDefaultButton3 uint = 0x000200 + var MsgBoxDefaultButton4 uint = 0x000300 + var MsgBoxIconError uint = 0x000010 + var MsgBoxIconInformation uint = 0x000040 + var MsgBoxIconNone uint = 0x000000 + var MsgBoxIconQuestion uint = 0x000020 + var MsgBoxIconWarning uint = 0x000030 + var MsgBoxSelectAbort = 3 + var MsgBoxSelectCancel = 2 + var MsgBoxSelectContinue = 11 + var MsgBoxSelectIgnore = 5 + var MsgBoxSelectNo = 7 + var MsgBoxSelectOk = 1 + var MsgBoxSelectRetry = 4 + var MsgBoxSelectTry = 10 + var MsgBoxSelectYes = 6 + var MsgBoxService uint = 0x200000 + var MsgBoxTopMost uint = 0x041000 + func DeletePermEnv(env registry.Key, name string) error + func GetConsoleTitle() (string, error) + func GetPermEnv(env registry.Key, name string) (string, error) + func Is64Arch() bool + func Locale() string + func MsgBox(title string, msg string, flag uint) (int, error) + func RefreshEnv() error + func SetConsoleTitle(title string) error + func SetPermEnv(env registry.Key, name string, value string) error + type Version struct + Build int + Major int + Minor int + func GetVersion() (Version, error)