Documentation
¶
Overview ¶
Package winapi provides shared Windows DLL proc references used by multiple packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( User32 = windows.NewLazyDLL("user32.dll") Kernel32 = windows.NewLazyDLL("kernel32.dll") RtlMoveMemory = Kernel32.NewProc("RtlMoveMemory") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.