wingoes

package module
v0.0.0-...-b75a8a7 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2024 License: BSD-3-Clause Imports: 1 Imported by: 0

README

wingoes, an opinionated library for writing Win32 programs in Go

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GUID

type GUID struct {
	Data1 uint32
	Data2 uint16
	Data3 uint16
	Data4 [8]byte
}

func (GUID) String

func (guid GUID) String() string

type HRESULT

type HRESULT int32

HRESULT is equivalent to the HRESULT type in the Win32 SDK for C/C++.

Directories

Path Synopsis
cmd
com
automation
Package automation provides essential types for interacting with COM Automation (IDispatch).
Package automation provides essential types for interacting with COM Automation (IDispatch).
Package pe provides facilities for extracting information from PE binaries.
Package pe provides facilities for extracting information from PE binaries.

Jump to

Keyboard shortcuts

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