Documentation ¶
Rendered for windows/amd64
Index ¶
- Constants
- func CloseHandle(handle uintptr) error
- func MapViewOfFile(hMemMapFile uintptr, dwNumberOfBytesToMap int) (uintptr, error)
- func Now() time.Time
- func OpenEvent(lpName string) (uintptr, error)
- func OpenFileMapping(lpName string) (uintptr, error)
- func RegisterWindowMessageA(lpString string) (uint, error)
- func RegisterWindowMessageW(lpString string) (uint, error)
- func SendNotifyMessageA(msgID uint, wParam uint32, lParam uint32) error
- func SendNotifyMessageW(msgID uint, wParam uint32, lParam uint32) error
- func Sleep(timeout time.Duration) error
- func UnmapViewOfFile(lpBaseAddress uintptr) error
- func WaitForSingleObject(hDataValidEvent uintptr, timeOut int) error
- type HANDLE
- type HWND
Constants ¶
View Source
const ( // HWND_BROADCAST = HWND(0xffff) HWND_BROADCAST = syscall.Handle(0xffff) )
Variables ¶
This section is empty.
Functions ¶
func CloseHandle ¶
func MapViewOfFile ¶
func OpenFileMapping ¶
func RegisterWindowMessageA ¶
func RegisterWindowMessageW ¶
func UnmapViewOfFile ¶
func WaitForSingleObject ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.