wingoes

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

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

Go to latest
Published: Aug 20, 2024 License: BSD-3-Clause Imports: 1 Imported by: 3

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
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