syscalls

package
v0.0.0-...-8dab19a Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2015 License: BSD-3-Clause Imports: 6 Imported by: 0

Documentation

Rendered for windows/amd64

Index

Constants

View Source
const (
	// HWND_BROADCAST = HWND(0xffff)
	HWND_BROADCAST = syscall.Handle(0xffff)
)

Variables

This section is empty.

Functions

func CloseHandle

func CloseHandle(handle uintptr) error

func MapViewOfFile

func MapViewOfFile(hMemMapFile uintptr, dwNumberOfBytesToMap int) (uintptr, error)

func Now

func Now() time.Time

func OpenEvent

func OpenEvent(lpName string) (uintptr, error)

func OpenFileMapping

func OpenFileMapping(lpName string) (uintptr, error)

func RegisterWindowMessageA

func RegisterWindowMessageA(lpString string) (uint, error)

func RegisterWindowMessageW

func RegisterWindowMessageW(lpString string) (uint, error)

func SendNotifyMessageA

func SendNotifyMessageA(msgID uint, wParam uint32, lParam uint32) error

func SendNotifyMessageW

func SendNotifyMessageW(msgID uint, wParam uint32, lParam uint32) error

func Sleep

func Sleep(timeout time.Duration) error

func UnmapViewOfFile

func UnmapViewOfFile(lpBaseAddress uintptr) error

func WaitForSingleObject

func WaitForSingleObject(hDataValidEvent uintptr, timeOut int) error

Types

type HANDLE

type HANDLE uintptr

type HWND

type HWND HANDLE

Jump to

Keyboard shortcuts

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