Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AllenDang/w32
/ functions
Functions
345 in github.com/AllenDang/w32
⨍
Functions
345
◇
Types & classes
141
Function
SetStretchBltMode
(hdc HDC, iStretchMode int)
gdi32.go:413
Function
SetSystemTime
(time *SYSTEMTIME)
kernel32.go:315
Function
SetTextColor
(hdc HDC, crColor COLORREF)
gdi32.go:421
Function
SetTimer
(hwnd HWND, nIDEvent uint32, uElapse uint32, lpTimerProc uintptr)
user32.go:1016
Function
SetWindowLong
(hwnd HWND, index int, value uint32)
user32.go:410
Function
SetWindowLongPtr
(hwnd HWND, index int, value uintptr)
user32.go:419
Function
SetWindowPos
(hwnd, hWndInsertAfter HWND, x, y, cx, cy int, uFlags uint)
user32.go:736
Function
SetWindowText
(hwnd HWND, text string)
user32.go:343
Function
SetWindowsHookEx
(idHook int, lpfn HOOKPROC, hMod HINSTANCE, dwThreadId DWORD)
user32.go:989
Function
ShellExecute
(hwnd HWND, lpOperation, lpFile, lpParameters, lpDirectory string, nShowCmd int)
shell32.go:89
Function
ShowWindow
(hwnd HWND, cmdshow int)
user32.go:166
Function
SizeofResource
(hModule HMODULE, hResInfo HRSRC)
kernel32.go:166
Function
StartDoc
(hdc HDC, lpdi *DOCINFO)
gdi32.go:445
Function
StartPage
(hdc HDC)
gdi32.go:453
Function
StartService
(hService HANDLE, lpServiceArgVectors []string)
advapi32.go:274
Function
StartTrace
(lpSessionName string, props *EVENT_TRACE_PROPERTIES)
advapi32.go:329
Function
StretchBlt
(hdcDest HDC, nXOriginDest, nYOriginDest, nWidthDest, nHeightDest int, hdcSrc HDC, nXOriginSrc, nYOriginSrc, n
gdi32.go:460
Function
SubtractRect
(dst, src1, src2 *RECT)
user32.go:625
Function
SwapBuffers
(hdc HDC)
gdi32.go:540
Function
SwapMouseButton
(fSwap bool)
user32.go:878
Function
SysStringLen
(v *int16)
oleaut32.go:45
Function
TestCreateProcess
(t *testing.T)
create_process_test.go:10
Function
TestFork
(t *testing.T)
fork_test.go:15
Function
TestInitializeSecurityDescriptor
(t *testing.T)
advapi32_test.go:7
Function
TestNtAlpcCreatePort
(t *testing.T)
alpc_test.go:128
Function
TestSetSecurityDescriptorDacl
(t *testing.T)
advapi32_test.go:15
Method
TimeStamp
These partially compensate for the anonymous unions we removed, but there are no setters.
advapi32_typedef.go:88
Function
ToAscii
(uVirtKey, uScanCode uint, lpKeyState *byte, lpChar *uint16, uFlags uint)
user32.go:868
Function
TrackMouseEvent
(tme *TRACKMOUSEEVENT)
comctl32.go:104
Function
TranslateAccelerator
(hwnd HWND, hAccTable HACCEL, lpMsg *MSG)
user32.go:727
Function
TranslateMessage
(msg *MSG)
user32.go:290
Function
UnhookWindowsHookEx
(hhk HHOOK)
user32.go:999
Function
UnionRect
(dst, src1, src2 *RECT)
user32.go:634
Function
UpdateWindow
(hwnd HWND)
user32.go:175
Method
Version
()
advapi32_typedef.go:94
Function
VirtualAllocEx
(hProcess HANDLE, lpAddress, dwSize uintptr, flAllocationType, flProtect uint32)
kernel32.go:321
Function
VirtualFreeEx
(hProcess HANDLE, lpAddress, dwSize uintptr, dwFreeType uint32)
kernel32.go:333
Function
WaitMessage
()
user32.go:338
Function
WglCreateContext
(hdc HDC)
opengl32.go:23
Function
WglCreateLayerContext
(hdc HDC, iLayerPlane int)
opengl32.go:31
Function
WglDeleteContext
(hglrc HGLRC)
opengl32.go:40
Function
WglGetProcAddress
(szProc string)
opengl32.go:48
Function
WglMakeCurrent
(hdc HDC, hglrc HGLRC)
opengl32.go:56
Function
WglShareLists
(hglrc1, hglrc2 HGLRC)
opengl32.go:65
Function
WriteProcessMemory
(hProcess HANDLE, lpBaseAddress, lpBuffer, nSize uintptr)
kernel32.go:344
← previous
301–345 of 345, ranked by callers