MCPcopy Create free account

hub / github.com/AllenDang/w32 / functions

Functions345 in github.com/AllenDang/w32

FunctionImageList_GetImageCount
(himl HIMAGELIST)
comctl32.go:55
FunctionImageList_RemoveAll
(himl HIMAGELIST)
comctl32.go:100
FunctionImageList_SetImageCount
(himl HIMAGELIST, uNewCount uint)
comctl32.go:62
MethodImageMappedFlat
()
fork_typedef.go:65
FunctionInflateRect
(rect *RECT, dx, dy int)
user32.go:564
FunctionInitCommonControlsEx
(lpInitCtrls *INITCOMMONCONTROLSEX)
comctl32.go:26
FunctionIntersectRect
(dst, src1, src2 *RECT)
user32.go:573
FunctionInvalidateRect
(hwnd HWND, rect *RECT, erase bool)
user32.go:472
MethodInvoke
(dispid int32, dispatch int16, params ...interface{})
idispatch.go:41
FunctionIsClipboardFormatAvailable
(format uint)
user32.go:831
FunctionIsDialogMessage
(hwnd HWND, msg *MSG)
user32.go:693
FunctionIsRectEmpty
(rect *RECT)
user32.go:582
FunctionIsWindow
(hwnd HWND)
user32.go:701
FunctionIsWindowEnabled
(hwnd HWND)
user32.go:451
FunctionIsWindowVisible
(hwnd HWND)
user32.go:458
FunctionKillTimer
(hwnd HWND, nIDEvent uint32)
user32.go:1026
FunctionLOWORD
(dw uint32)
utils.go:17
FunctionLineTo
(hdc HDC, nXEnd, nYEnd int)
gdi32.go:332
MethodLinkage
()
advapi32_typedef.go:98
FunctionLoadCursor
(instance HINSTANCE, cursorName *uint16)
user32.go:140
FunctionLoadIcon
(instance HINSTANCE, iconName *uint16)
user32.go:131
FunctionLoadResource
(hModule HMODULE, hResInfo HRSRC)
kernel32.go:188
FunctionLockResource
(hResData HGLOBAL)
kernel32.go:178
FunctionLstrcpy
(buf []uint16, lpString *uint16)
kernel32.go:104
FunctionLstrlen
(lpString *uint16)
kernel32.go:98
FunctionMakeIntResource
(id uint16)
utils.go:13
FunctionMapVirtualKeyEx
(uCode, uMapType uint, dwhkl HKL)
user32.go:855
FunctionMessageBox
(hwnd HWND, title, caption string, flags uint)
user32.go:531
FunctionModule32First
(snapshot HANDLE, me *MODULEENTRY32)
kernel32.go:243
FunctionModule32Next
(snapshot HANDLE, me *MODULEENTRY32)
kernel32.go:251
FunctionMonitorFromPoint
(x, y int, dwFlags uint32)
user32.go:925
FunctionMonitorFromRect
(rc *RECT, dwFlags uint32)
user32.go:934
FunctionMonitorFromWindow
(hwnd HWND, dwFlags uint32)
user32.go:942
FunctionMoveMemory
(destination, source unsafe.Pointer, length uint32)
kernel32.go:146
FunctionMoveToEx
(hdc HDC, x, y int, lpPoint *POINT)
gdi32.go:341
FunctionMoveWindow
(hwnd HWND, x, y, width, height int, repaint bool)
user32.go:377
FunctionMulDiv
(number, numerator, denominator int)
kernel32.go:65
FunctionNewAlpcShortMessage
()
alpc_typedef.go:143
FunctionNtAlpcCancelMessage
NTSYSCALLAPI NTSTATUS NTAPI NtAlpcCancelMessage( __in HANDLE PortHandle, __in ULONG Flags, __in PALPC_CONTEXT_ATTR MessageContext );
alpc.go:272
FunctionNtAlpcDisconnectPort
NTSYSCALLAPI NTSTATUS NTAPI NtAlpcDisconnectPort( __in HANDLE PortHandle, __in ULONG Flags );
alpc.go:293
FunctionOffsetRect
(rect *RECT, dx, dy int)
user32.go:589
FunctionOpenClipboard
(hWndNewOwner HWND)
user32.go:781
FunctionOpenEventLog
(servername string, sourcename string)
advapi32.go:205
FunctionOpenProcess
(desiredAccess int, inheritHandle bool, processId uintptr)
fork.go:46
FunctionOpenSCManager
(lpMachineName, lpDatabaseName string, dwDesiredAccess uint32)
advapi32.go:233
FunctionOpenService
(hSCManager HANDLE, lpServiceName string, dwDesiredAccess uint32)
advapi32.go:261
FunctionPatBlt
(hdc HDC, nXLeft, nYLeft, nWidth, nHeight int, dwRop uint)
gdi32.go:121
FunctionPeekMessage
(lpMsg *MSG, hwnd HWND, wMsgFilterMin, wMsgFilterMax, wRemoveMsg uint32)
user32.go:716
FunctionPlayEnhMetaFile
(hdc HDC, hemf HENHMETAFILE, lpRect *RECT)
gdi32.go:351
FunctionPostMessage
(hwnd HWND, msg uint32, wParam, lParam uintptr)
user32.go:328
FunctionPostQuitMessage
(exitCode int)
user32.go:275
FunctionPtInRect
(rect *RECT, x, y int)
user32.go:598
MethodQueryInterface
(id *GUID)
istream.go:21
MethodQueryInterface
(id *GUID)
idispatch.go:25
MethodQueryInterface
(id *GUID)
iunknown.go:17
FunctionQueryPerformanceCounter
()
kernel32.go:372
FunctionQueryPerformanceFrequency
()
kernel32.go:381
FunctionReadEventLog
(eventlog HANDLE, readflags, recordoffset uint32, buffer []byte, numberofbytestoread uint32, bytesread, minnum
advapi32.go:213
FunctionReadProcessMemory
(hProcess HANDLE, lpBaseAddress, nSize uintptr)
kernel32.go:357
FunctionRectangle
(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int)
gdi32.go:360
FunctionRecv
( hPort HANDLE, pMsg *AlpcShortMessage, pMsgAttrs *ALPC_MESSAGE_ATTRIBUTES, timeout *int64, )
alpc_test.go:50
FunctionRedrawWindow
it will panic when the function fails
user32.go:1035
FunctionRegCloseKey
(hKey HKEY)
advapi32.go:78
FunctionRegCreateKey
(hKey HKEY, subKey string)
advapi32.go:47
FunctionRegEnumKeyEx
* func RegSetKeyValue(hKey HKEY, subKey string, valueName string, dwType uint32, data uintptr, cbData uint16) (errno int) { ret, _, _ := procRegSetKe
advapi32.go:190
FunctionRegGetRaw
(hKey HKEY, subKey string, value string)
advapi32.go:89
FunctionRegGetString
(hKey HKEY, subKey string, value string)
advapi32.go:144
FunctionRegOpenKeyEx
(hKey HKEY, subKey string, samDesired uint32)
advapi32.go:63
FunctionRegSetBinary
(hKey HKEY, subKey string, value []byte)
advapi32.go:125
FunctionRegisterClassEx
(wndClassEx *WNDCLASSEX)
user32.go:126
MethodRelease
()
istream.go:29
MethodRelease
()
idispatch.go:33
MethodRelease
()
iunknown.go:25
FunctionReleaseCapture
()
user32.go:516
FunctionReleaseDC
(hwnd HWND, hDC HDC)
user32.go:501
FunctionRemoveClipboardFormatListener
(hwnd HWND)
user32.go:775
MethodReset
()
alpc_typedef.go:172
FunctionResetDC
(hdc HDC, lpInitData *DEVMODE)
gdi32.go:371
FunctionSHBrowseForFolder
(bi *BROWSEINFO)
shell32.go:27
FunctionSHGetPathFromIDList
(idl uintptr)
shell32.go:33
FunctionScreenToClient
(hwnd HWND, x, y int)
user32.go:390
FunctionSelectObject
(hdc HDC, hgdiobj HGDIOBJ)
gdi32.go:379
FunctionSend
( hPort HANDLE, msg *AlpcShortMessage, flags uint32, pMsgAttrs *ALPC_MESSAGE_ATTRIBUTES, timeout *int64,
alpc_test.go:37
FunctionSendMessage
(hwnd HWND, msg uint32, wParam, lParam uintptr)
user32.go:306
FunctionSendMessageTimeout
(hwnd HWND, msg uint32, wParam, lParam uintptr, fuFlags, uTimeout uint32)
user32.go:316
FunctionSetBkColor
(hdc HDC, crColor COLORREF)
gdi32.go:433
FunctionSetBkMode
(hdc HDC, iBkMode int)
gdi32.go:391
FunctionSetBrushOrgEx
(hdc HDC, nXOrg, nYOrg int, lppt *POINT)
gdi32.go:403
FunctionSetCapture
(hwnd HWND)
user32.go:509
FunctionSetClipboardData
(uFormat uint, hMem HANDLE)
user32.go:804
FunctionSetConsoleTextAttribute
(hConsoleOutput HANDLE, wAttributes uint16)
kernel32.go:290
FunctionSetCursor
(cursor HCURSOR)
user32.go:898
FunctionSetCursorPos
(x, y int)
user32.go:890
FunctionSetDIBitsToDevice
(hdc HDC, xDest, yDest, dwWidth, dwHeight, xSrc, ySrc int, uStartScan, cScanLines uint, lpvBits []byte, lpbmi
gdi32.go:479
MethodSetData
(d []byte)
alpc_typedef.go:149
FunctionSetFocus
(hwnd HWND)
user32.go:465
FunctionSetForegroundWindow
(hwnd HWND)
user32.go:159
FunctionSetPixelFormat
(hdc HDC, iPixelFormat int, pfd *PIXELFORMATDESCRIPTOR)
gdi32.go:531
FunctionSetRect
(rect *RECT, left, top, right, bottom int)
user32.go:607
FunctionSetRectEmpty
(rect *RECT)
user32.go:618
← previousnext →201–300 of 345, ranked by callers