MCPcopy Create free account

hub / github.com/AllenDang/w32 / functions

Functions345 in github.com/AllenDang/w32

FunctionSetStretchBltMode
(hdc HDC, iStretchMode int)
gdi32.go:413
FunctionSetSystemTime
(time *SYSTEMTIME)
kernel32.go:315
FunctionSetTextColor
(hdc HDC, crColor COLORREF)
gdi32.go:421
FunctionSetTimer
(hwnd HWND, nIDEvent uint32, uElapse uint32, lpTimerProc uintptr)
user32.go:1016
FunctionSetWindowLong
(hwnd HWND, index int, value uint32)
user32.go:410
FunctionSetWindowLongPtr
(hwnd HWND, index int, value uintptr)
user32.go:419
FunctionSetWindowPos
(hwnd, hWndInsertAfter HWND, x, y, cx, cy int, uFlags uint)
user32.go:736
FunctionSetWindowText
(hwnd HWND, text string)
user32.go:343
FunctionSetWindowsHookEx
(idHook int, lpfn HOOKPROC, hMod HINSTANCE, dwThreadId DWORD)
user32.go:989
FunctionShellExecute
(hwnd HWND, lpOperation, lpFile, lpParameters, lpDirectory string, nShowCmd int)
shell32.go:89
FunctionShowWindow
(hwnd HWND, cmdshow int)
user32.go:166
FunctionSizeofResource
(hModule HMODULE, hResInfo HRSRC)
kernel32.go:166
FunctionStartDoc
(hdc HDC, lpdi *DOCINFO)
gdi32.go:445
FunctionStartPage
(hdc HDC)
gdi32.go:453
FunctionStartService
(hService HANDLE, lpServiceArgVectors []string)
advapi32.go:274
FunctionStartTrace
(lpSessionName string, props *EVENT_TRACE_PROPERTIES)
advapi32.go:329
FunctionStretchBlt
(hdcDest HDC, nXOriginDest, nYOriginDest, nWidthDest, nHeightDest int, hdcSrc HDC, nXOriginSrc, nYOriginSrc, n
gdi32.go:460
FunctionSubtractRect
(dst, src1, src2 *RECT)
user32.go:625
FunctionSwapBuffers
(hdc HDC)
gdi32.go:540
FunctionSwapMouseButton
(fSwap bool)
user32.go:878
FunctionSysStringLen
(v *int16)
oleaut32.go:45
FunctionTestCreateProcess
(t *testing.T)
create_process_test.go:10
FunctionTestFork
(t *testing.T)
fork_test.go:15
FunctionTestInitializeSecurityDescriptor
(t *testing.T)
advapi32_test.go:7
FunctionTestNtAlpcCreatePort
(t *testing.T)
alpc_test.go:128
FunctionTestSetSecurityDescriptorDacl
(t *testing.T)
advapi32_test.go:15
MethodTimeStamp
These partially compensate for the anonymous unions we removed, but there are no setters.
advapi32_typedef.go:88
FunctionToAscii
(uVirtKey, uScanCode uint, lpKeyState *byte, lpChar *uint16, uFlags uint)
user32.go:868
FunctionTrackMouseEvent
(tme *TRACKMOUSEEVENT)
comctl32.go:104
FunctionTranslateAccelerator
(hwnd HWND, hAccTable HACCEL, lpMsg *MSG)
user32.go:727
FunctionTranslateMessage
(msg *MSG)
user32.go:290
FunctionUnhookWindowsHookEx
(hhk HHOOK)
user32.go:999
FunctionUnionRect
(dst, src1, src2 *RECT)
user32.go:634
FunctionUpdateWindow
(hwnd HWND)
user32.go:175
MethodVersion
()
advapi32_typedef.go:94
FunctionVirtualAllocEx
(hProcess HANDLE, lpAddress, dwSize uintptr, flAllocationType, flProtect uint32)
kernel32.go:321
FunctionVirtualFreeEx
(hProcess HANDLE, lpAddress, dwSize uintptr, dwFreeType uint32)
kernel32.go:333
FunctionWaitMessage
()
user32.go:338
FunctionWglCreateContext
(hdc HDC)
opengl32.go:23
FunctionWglCreateLayerContext
(hdc HDC, iLayerPlane int)
opengl32.go:31
FunctionWglDeleteContext
(hglrc HGLRC)
opengl32.go:40
FunctionWglGetProcAddress
(szProc string)
opengl32.go:48
FunctionWglMakeCurrent
(hdc HDC, hglrc HGLRC)
opengl32.go:56
FunctionWglShareLists
(hglrc1, hglrc2 HGLRC)
opengl32.go:65
FunctionWriteProcessMemory
(hProcess HANDLE, lpBaseAddress, lpBuffer, nSize uintptr)
kernel32.go:344
← previous301–345 of 345, ranked by callers