Documentation ¶
Rendered for windows/amd64
Index ¶
- Constants
- func CPUType() int
- func CheckPermission(p string) (bool, error)
- func CreateWindowsServe()
- func ExecuteMoreCmd()
- func FileMapping()
- func GetHardDiskSpace(s string) float64
- func Occupy(path string) bool
- func Permit()
- func QuickLink(absPath, workDir string)
- func RegisterTable() error
- func SetCmdTitle(title string)
- func SetProxy(proxy string) error
- type INTERNET_PER_CONN_OPTION
- type INTERNET_PER_CONN_OPTION_LIST
Constants ¶
View Source
const ( INTERNET_PER_CONN_FLAGS = 1 INTERNET_PER_CONN_PROXY_SERVER = 2 INTERNET_PER_CONN_PROXY_BYPASS = 3 INTERNET_OPTION_REFRESH = 37 INTERNET_OPTION_SETTINGS_CHANGED = 39 INTERNET_OPTION_PER_CONNECTION_OPTION = 75 )
Variables ¶
This section is empty.
Functions ¶
func CreateWindowsServe ¶
func CreateWindowsServe()
Types ¶
type INTERNET_PER_CONN_OPTION ¶
type INTERNET_PER_CONN_OPTION struct {
// contains filtered or unexported fields
}
typedef struct { DWORD dwOption; union { DWORD dwValue; LPSTR pszValue; FILETIME ftValue; } Value; } INTERNET_PER_CONN_OPTIONA, *LPINTERNET_PER_CONN_OPTIONA;
typedef struct _FILETIME { DWORD dwLowDateTime; DWORD dwHighDateTime; } FILETIME, *PFILETIME, *LPFILETIME;
type INTERNET_PER_CONN_OPTION_LIST ¶
type INTERNET_PER_CONN_OPTION_LIST struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.