Documentation
¶
Rendered for windows/amd64
Index ¶
- func CloseHandle(h windows.Handle) error
- func CreateEvent(manualReset bool, initialState bool, name string) (windows.Handle, error)
- func SetEvent(h windows.Handle) error
- func WaitForMultipleObjects(handles []windows.Handle, waitAll bool, timeout uint32) (uint32, error)
- func WaitForSingleObject(h windows.Handle, timeout uint32) (uint32, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloseHandle ¶
func CreateEvent ¶
func WaitForMultipleObjects ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.