win32

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	WinKernelDll      = "kernel32.dll"
	DllFuncNamePrefix = ""
)

Variables

This section is empty.

Functions

func GetLastError

func GetLastError() (err bt.DWord)

GetLastError _Post_equals_last_error_ DWORD GetLastError(); https://learn.microsoft.com/en-us/windows/win32/api/errhandlingapi/nf-errhandlingapi-getlasterror

func LoadLibrary

func LoadLibrary() (err error)

LoadLibrary loads the library and its functions.

func SetLastError

func SetLastError(err bt.DWord)

SetLastError void SetLastError( [in] DWORD dwErrCode ); https://learn.microsoft.com/en-us/windows/win32/api/errhandlingapi/nf-errhandlingapi-setlasterror

Types

This section is empty.

Jump to

Keyboard shortcuts

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