windll

package module
v0.0.0-...-9f55b4b Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2016 License: MIT Imports: 6 Imported by: 0

README

windll

A library to make use of native windows DLLs like Version.dll

Features

  • VersionDLL.ExtractProductVersion

Quick Start

Install:

go get -u $GOPATH/src/github.com/golang-devops/windll

Usage:

version, err := VersionDLL.ExtractProductVersion("/path/to/exe")
if err != nil {
    log.Fatal(err)
}
fmt.Printf("Version is '%s'", version)

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	VersionDLL = &versionDLL{}
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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