MCPcopy Create free account

hub / github.com/antonlahti/go-winapi / functions

Functions230 in github.com/antonlahti/go-winapi

FunctionGlobalAlloc
(uFlags uint32, dwBytes uintptr)
kernel32.go:141
FunctionGlobalFree
(hMem HGLOBAL)
kernel32.go:150
FunctionGlobalLock
(hMem HGLOBAL)
kernel32.go:159
FunctionGlobalUnlock
(hMem HGLOBAL)
kernel32.go:168
FunctionImageList_Add
(himl HIMAGELIST, hbmImage, hbmMask HBITMAP)
comctl32.go:170
FunctionImageList_AddMasked
(himl HIMAGELIST, hbmImage HBITMAP, crMask COLORREF)
comctl32.go:179
FunctionImageList_Create
(cx, cy int32, flags uint32, cInitial, cGrow int32)
comctl32.go:188
FunctionImageList_Destroy
(hIml HIMAGELIST)
comctl32.go:200
FunctionInsertMenuItem
(hMenu HMENU, uItem uint32, fByPosition bool, lpmii *MENUITEMINFO)
user32.go:1561
FunctionIntToVariantI4
(value int32)
oleaut32.go:155
FunctionInvalidateRect
(hWnd HWND, lpRect *RECT, bErase bool)
user32.go:1573
FunctionIsChild
(hWndParent, hWnd HWND)
user32.go:1591
FunctionIsDialogMessage
(hWnd HWND, msg *MSG)
user32.go:1582
FunctionIsWindowEnabled
(hWnd HWND)
user32.go:1600
FunctionIsWindowVisible
(hWnd HWND)
user32.go:1609
FunctionKillTimer
(hWnd HWND, uIDEvent uintptr)
user32.go:1618
FunctionLineTo
(hdc HDC, nXEnd, nYEnd int32)
gdi32.go:1301
FunctionLoadCursor
(hInstance HINSTANCE, lpCursorName *uint16)
user32.go:1627
FunctionLoadIcon
(hInstance HINSTANCE, lpIconName *uint16)
user32.go:1636
FunctionLoadImage
(hinst HINSTANCE, lpszName *uint16, uType uint32, cxDesired, cyDesired int32, fuLoad uint32)
user32.go:1645
FunctionMAKEINTRESOURCE
(id uintptr)
winapi.go:88
FunctionMAKELONG
(lo, hi uint16)
winapi.go:72
FunctionMessageBox
(hWnd HWND, lpText, lpCaption *uint16, uType uint32)
user32.go:1657
FunctionMoveMemory
(destination, source unsafe.Pointer, length uintptr)
kernel32.go:177
FunctionMoveToEx
(hdc HDC, x, y int, lpPoint *POINT)
gdi32.go:1310
FunctionMoveWindow
(hWnd HWND, x, y, width, height int32, repaint bool)
user32.go:1669
FunctionMulDiv
(nNumber, nNumerator, nDenominator int32)
kernel32.go:184
MethodNavigate2
(URL *VAR_BSTR, Flags *VAR_I4, TargetFrameName *VAR_BSTR, PostData unsafe.Pointer, Headers *VAR_BSTR)
shdocvw.go:252
FunctionOleSetContainedObject
(pUnknown *IUnknown, fContained bool)
ole32.go:467
FunctionOleUninitialize
()
ole32.go:476
FunctionPeekMessage
(lpMsg *MSG, hWnd HWND, wMsgFilterMin, wMsgFilterMax, wRemoveMsg uint32)
user32.go:1681
FunctionPlayEnhMetaFile
(hdc HDC, hemf HENHMETAFILE, lpRect *RECT)
gdi32.go:1322
FunctionPostMessage
(hWnd HWND, msg uint32, wParam, lParam uintptr)
user32.go:1693
FunctionPostQuitMessage
(exitCode int32)
user32.go:1705
FunctionPrintDlgEx
(lppd *PRINTDLGEX)
comdlg32.go:255
MethodPut_Height
(Height int32)
shdocvw.go:234
MethodPut_Left
(Left int32)
shdocvw.go:207
MethodPut_Top
(Top int32)
shdocvw.go:216
MethodPut_Width
(Width int32)
shdocvw.go:225
MethodQueryInterface
(riid REFIID, ppvObject *unsafe.Pointer)
ole32.go:312
FunctionRectangle_
(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int32)
gdi32.go:1331
FunctionRegCloseKey
(hKey HKEY)
advapi32.go:50
FunctionRegOpenKeyEx
(hKey HKEY, lpSubKey *uint16, ulOptions uint32, samDesired REGSAM, phkResult *HKEY)
advapi32.go:59
FunctionRegQueryValueEx
(hKey HKEY, lpValueName *uint16, lpReserved, lpType *uint32, lpData *byte, lpcbData *uint32)
advapi32.go:71
FunctionRegisterClassEx
(windowClass *WNDCLASSEX)
user32.go:1712
MethodRelease
()
shdocvw.go:198
MethodRelease
()
ole32.go:103
MethodRelease
()
ole32.go:139
MethodRelease
()
ole32.go:169
MethodRelease
()
ole32.go:241
MethodRelease
()
ole32.go:321
FunctionReleaseCapture
()
user32.go:1721
FunctionReleaseDC
(hWnd HWND, hDC HDC)
user32.go:1730
FunctionRemoveMenu
(hMenu HMENU, uPosition, uFlags uint32)
user32.go:1739
FunctionResetDC
(hdc HDC, lpInitData *DEVMODE)
gdi32.go:1343
FunctionSUCCEEDED
(hr HRESULT)
winapi.go:64
FunctionScreenToClient
(hWnd HWND, point *POINT)
user32.go:1748
FunctionSelectObject
(hdc HDC, hgdiobj HGDIOBJ)
gdi32.go:1352
FunctionSendMessage
(hWnd HWND, msg uint32, wParam, lParam uintptr)
user32.go:1757
FunctionSetActiveWindow
(hWnd HWND)
user32.go:1769
FunctionSetBkMode
(hdc HDC, iBkMode int32)
gdi32.go:1361
FunctionSetBrushOrgEx
(hdc HDC, nXOrg, nYOrg int32, lppt *POINT)
gdi32.go:1370
FunctionSetCapture
(hWnd HWND)
user32.go:1778
MethodSetClientSite
(pClientSite *IOleClientSite)
ole32.go:330
FunctionSetCursor
(hCursor HCURSOR)
user32.go:1787
FunctionSetFocus
(hWnd HWND)
user32.go:1796
FunctionSetForegroundWindow
(hWnd HWND)
user32.go:1805
MethodSetHostNames
(szContainerApp, szContainerObj *uint16)
ole32.go:339
FunctionSetLastError
(dwErrorCode uint32)
kernel32.go:193
FunctionSetMenu
(hWnd HWND, hMenu HMENU)
user32.go:1814
FunctionSetMenuInfo
(hmenu HMENU, lpcmi *MENUINFO)
user32.go:1823
FunctionSetMenuItemInfo
(hMenu HMENU, uItem uint32, fByPosition bool, lpmii *MENUITEMINFO)
user32.go:1832
MethodSetObjectRects
(lprcPosRect, lprcClipRect *RECT)
ole32.go:250
FunctionSetParent
(hWnd HWND, parentHWnd HWND)
user32.go:1844
FunctionSetPixelFormat
(hdc HDC, iPixelFormat int32, ppfd *PIXELFORMATDESCRIPTOR)
gdi32.go:1382
FunctionSetRect
(lprc *RECT, xLeft, yTop, xRight, yBottom uint32)
user32.go:1853
FunctionSetStretchBltMode
(hdc HDC, iStretchMode int32)
gdi32.go:1391
FunctionSetTextColor
(hdc HDC, crColor COLORREF)
gdi32.go:1400
FunctionSetTimer
(hWnd HWND, nIDEvent uintptr, uElapse uint32, lpTimerFunc uintptr)
user32.go:1866
FunctionSetWindowLong
(hWnd HWND, index, value int32)
user32.go:1878
FunctionSetWindowLongPtr
(hWnd HWND, index int, value uintptr)
user32.go:1887
FunctionSetWindowPlacement
(hWnd HWND, lpwndpl *WINDOWPLACEMENT)
user32.go:1896
FunctionSetWindowPos
(hWnd, hWndInsertAfter HWND, x, y, width, height int32, flags uint32)
user32.go:1905
FunctionSetWindowTheme
(hwnd HWND, pszSubAppName, pszSubIdList *uint16)
uxtheme.go:28
FunctionShGetSpecialFolderPath
(hwndOwner HWND, lpszPath *uint16, csidl CSIDL, fCreate bool)
shell32.go:140
FunctionShell_NotifyIcon
(dwMessage uint32, lpdata *NOTIFYICONDATA)
shell32.go:152
FunctionShowWindow
(hWnd HWND, nCmdShow int32)
user32.go:1920
FunctionStartDoc
(hdc HDC, lpdi *DOCINFO)
gdi32.go:1409
FunctionStartPage
(hdc HDC)
gdi32.go:1418
FunctionStretchBlt
(hdcDest HDC, nXOriginDest, nYOriginDest, nWidthDest, nHeightDest int32, hdcSrc HDC, nXOriginSrc, nYOriginSrc,
gdi32.go:1427
FunctionStringToVariantBSTR
(value string)
oleaut32.go:185
FunctionSwapBuffers
(hdc HDC)
gdi32.go:1445
FunctionSysFreeString
(bstr *uint16 /*BSTR*/ )
oleaut32.go:230
FunctionSystemParametersInfo
(uiAction, uiParam uint32, pvParam unsafe.Pointer, fWinIni uint32)
user32.go:1929
FunctionSystemTimeToFileTime
(lpSystemTime *SYSTEMTIME, lpFileTime *FILETIME)
kernel32.go:200
FunctionTrackPopupMenuEx
(hMenu HMENU, fuFlags uint32, x, y int32, hWnd HWND, lptpm *TPMPARAMS)
user32.go:1941
FunctionTranslateMessage
(msg *MSG)
user32.go:1953
FunctionUTF16PtrToString
(s *uint16)
winapi.go:84
FunctionVariantBSTRToString
(value *VAR_BSTR)
oleaut32.go:190
FunctionVariantBoolToBool
(value *VAR_BOOL)
oleaut32.go:174
← previousnext →101–200 of 230, ranked by callers