Documentation
¶
Rendered for windows/amd64
Index ¶
- Constants
- func FAILED(hr HRESULT) bool
- func HIBYTE(w uint16) byte
- func HIWORD(dw uint32) uint16
- func LOBYTE(w uint16) byte
- func LOWORD(dw uint32) uint16
- func MAKEINTRESOURCE(id uintptr) *uint16
- func MAKELONG(lo, hi uint16) uint32
- func MAKEWORD(lo, hi byte) uint16
- func SUCCEEDED(hr HRESULT) bool
- func UTF16PtrToString(s *uint16) string
- type BOOL
- type HRESULT
- type WINEVENTPROC
Constants ¶
View Source
const ( S_OK = 0x00000000 S_FALSE = 0x00000001 E_UNEXPECTED = 0x8000FFFF E_NOTIMPL = 0x80004001 E_OUTOFMEMORY = 0x8007000E E_INVALIDARG = 0x80070057 E_NOINTERFACE = 0x80004002 E_POINTER = 0x80004003 E_HANDLE = 0x80070006 E_ABORT = 0x80004004 E_FAIL = 0x80004005 E_ACCESSDENIED = 0x80070005 E_PENDING = 0x8000000A )
View Source
const ( FALSE = 0 TRUE = 1 )
Variables ¶
This section is empty.
Functions ¶
func MAKEINTRESOURCE ¶
func UTF16PtrToString ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.