MCPcopy Create free account

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

Functions230 in github.com/antonlahti/go-winapi

↓ 174 callersFunctionMustGetProcAddress
(lib uintptr, name string)
winapi.go:55
↓ 13 callersFunctionMustLoadLibrary
(name string)
winapi.go:46
↓ 10 callersFunctionBoolToBOOL
(value bool)
winapi.go:92
↓ 1 callersFunctionBSTRToString
(value *uint16 /*BSTR*/ )
oleaut32.go:138
↓ 1 callersFunctionFAILED
(hr HRESULT)
winapi.go:68
↓ 1 callersFunctionGdiplusStartup
(input *GdiplusStartupInput, output *GdiplusStartupOutput)
gdiplus.go:210
↓ 1 callersFunctionHIWORD
(dw uint32)
winapi.go:80
↓ 1 callersFunctionInitCommonControlsEx
(lpInitCtrls *INITCOMMONCONTROLSEX)
comctl32.go:209
↓ 1 callersFunctionLOWORD
(dw uint32)
winapi.go:76
↓ 1 callersFunctionOleInitialize
()
ole32.go:458
↓ 1 callersMethodString
()
gdiplus.go:39
↓ 1 callersFunctionStringToBSTR
type BSTR *uint16
oleaut32.go:133
↓ 1 callersFunctionSysAllocString
(s string)
oleaut32.go:221
↓ 1 callersFunctionSysStringLen
(bstr *uint16 /*BSTR*/ )
oleaut32.go:237
FunctionAbortDoc
(hdc HDC)
gdi32.go:1025
FunctionAdjustWindowRect
(lpRect *RECT, dwStyle uint32, bMenu bool)
user32.go:1255
MethodAdvise
(pUnkSink unsafe.Pointer, pdwCookie *uint32)
ole32.go:148
FunctionBeginDeferWindowPos
(nNumWindows int32)
user32.go:1264
FunctionBeginPaint
(hwnd HWND, lpPaint *PAINTSTRUCT)
user32.go:1273
FunctionBitBlt
(hdcDest HDC, nXDest, nYDest, nWidth, nHeight int32, hdcSrc HDC, nXSrc, nYSrc int32, dwRop uint32)
gdi32.go:1034
FunctionBoolToVariantBool
(value bool)
oleaut32.go:170
FunctionCallWindowProc
(lpPrevWndFunc uintptr, hWnd HWND, Msg uint32, wParam, lParam uintptr)
user32.go:1282
FunctionChoosePixelFormat
(hdc HDC, ppfd *PIXELFORMATDESCRIPTOR)
gdi32.go:1049
MethodClose
(dwSaveOption uint32)
ole32.go:348
FunctionCloseEnhMetaFile
(hdc HDC)
gdi32.go:1058
FunctionCoGetClassObject
(rclsid REFCLSID, dwClsContext uint32, pServerInfo *COSERVERINFO, riid REFIID, ppv *unsafe.Pointer)
ole32.go:446
FunctionCommDlgExtendedError
()
comdlg32.go:228
FunctionCopyEnhMetaFile
(hemfSrc HENHMETAFILE, lpszFile *uint16)
gdi32.go:1067
FunctionCreateBrushIndirect
(lplb *LOGBRUSH)
gdi32.go:1076
FunctionCreateCompatibleDC
(hdc HDC)
gdi32.go:1085
FunctionCreateDC
(lpszDriver, lpszDevice, lpszOutput *uint16, lpInitData *DEVMODE)
gdi32.go:1094
FunctionCreateDIBSection
(hdc HDC, pbmi *BITMAPINFO, iUsage uint32, ppvBits *unsafe.Pointer, hSection HANDLE, dwOffset uint32)
gdi32.go:1106
FunctionCreateEnhMetaFile
(hdcRef HDC, lpFilename *uint16, lpRect *RECT, lpDescription *uint16)
gdi32.go:1118
FunctionCreateFontIndirect
(lplf *LOGFONT)
gdi32.go:1130
FunctionCreateIC
(lpszDriver, lpszDevice, lpszOutput *uint16, lpdvmInit *DEVMODE)
gdi32.go:1139
MethodCreateInstance
(pUnkOuter *IUnknown, riid REFIID, ppvObject *unsafe.Pointer)
ole32.go:112
FunctionCreateMenu
()
user32.go:1294
FunctionCreatePopupMenu
()
user32.go:1303
FunctionCreateWindowEx
(dwExStyle uint32, lpClassName, lpWindowName *uint16, dwStyle uint32, x, y, nWidth, nHeight int32, hWndParent
user32.go:1312
FunctionDefWindowProc
(hWnd HWND, Msg uint32, wParam, lParam uintptr)
user32.go:1345
FunctionDeferWindowPos
(hWinPosInfo HDWP, hWnd, hWndInsertAfter HWND, x, y, cx, cy int32, uFlags uint32)
user32.go:1330
FunctionDeleteDC
(hdc HDC)
gdi32.go:1151
FunctionDeleteEnhMetaFile
(hemf HENHMETAFILE)
gdi32.go:1160
FunctionDeleteObject
(hObject HGDIOBJ)
gdi32.go:1169
FunctionDestroyIcon
(hIcon HICON)
user32.go:1357
FunctionDestroyMenu
(hMenu HMENU)
user32.go:1366
FunctionDestroyWindow
(hWnd HWND)
user32.go:1375
FunctionDeviceCapabilities
(pDevice, pPort *uint16, fwCapability uint16, pOutput *uint16, pDevMode *DEVMODE)
winspool.go:53
FunctionDispatchMessage
(msg *MSG)
user32.go:1384
MethodDoVerb
(iVerb int32, lpmsg *MSG, pActiveSite *IOleClientSite, lindex int32, hwndParent HWND, lprcPosRect *RECT)
ole32.go:357
FunctionDocumentProperties
(hWnd HWND, hPrinter HANDLE, pDeviceName *uint16, pDevModeOutput, pDevModeInput *DEVMODE, fMode uint32)
winspool.go:65
FunctionDrawMenuBar
(hWnd HWND)
user32.go:1393
FunctionDrawTextEx
(hdc HDC, lpchText *uint16, cchText int32, lprc *RECT, dwDTFormat uint32, lpDTParams *DRAWTEXTPARAMS)
user32.go:1402
FunctionEllipse
(hdc HDC, nLeftRect, nTopRect, nRightRect, nBottomRect int32)
gdi32.go:1178
FunctionEnableWindow
(hWnd HWND, bEnable bool)
user32.go:1414
FunctionEndDeferWindowPos
(hWinPosInfo HDWP)
user32.go:1423
FunctionEndDoc
(hdc HDC)
gdi32.go:1190
FunctionEndPage
(hdc HDC)
gdi32.go:1199
FunctionEndPaint
(hwnd HWND, lpPaint *PAINTSTRUCT)
user32.go:1432
FunctionEnumChildWindows
(hWndParent HWND, lpEnumFunc, lParam uintptr)
user32.go:1441
FunctionEnumPrinters
(Flags uint32, Name *uint16, Level uint32, pPrinterEnum *byte, cbBuf uint32, pcbNeeded, pcReturned *uint32)
winspool.go:77
FunctionEqualREFIID
(a, b REFIID)
ole32.go:70
FunctionExtCreatePen
(dwPenStyle, dwWidth uint32, lplb *LOGBRUSH, dwStyleCount uint32, lpStyle *uint32)
gdi32.go:1208
FunctionFileTimeToSystemTime
(lpFileTime *FILETIME, lpSystemTime *SYSTEMTIME)
kernel32.go:96
MethodFindConnectionPoint
(riid REFIID, ppCP **IConnectionPoint)
ole32.go:178
FunctionGET_X_LPARAM
(lp uintptr)
user32.go:1089
FunctionGET_Y_LPARAM
(lp uintptr)
user32.go:1093
FunctionGdipCreateBitmapFromFile
(filename *uint16, bitmap **GpBitmap)
gdiplus.go:167
FunctionGdipCreateBitmapFromHBITMAP
(hbm HBITMAP, hpal HPALETTE, bitmap **GpBitmap)
gdiplus.go:176
FunctionGdipCreateHBITMAPFromBitmap
(bitmap *GpBitmap, hbmReturn *HBITMAP, background ARGB)
gdiplus.go:185
FunctionGdipDisposeImage
(image *GpImage)
gdiplus.go:194
FunctionGdiplusShutdown
()
gdiplus.go:203
FunctionGetAncestor
(hWnd HWND, gaFlags uint32)
user32.go:1450
FunctionGetClientRect
(hWnd HWND, rect *RECT)
user32.go:1459
FunctionGetCursorPos
(lpPoint *POINT)
user32.go:1468
FunctionGetDC
(hWnd HWND)
user32.go:1477
FunctionGetDefaultPrinter
(pszBuffer *uint16, pcchBuffer *uint32)
winspool.go:92
FunctionGetDeviceCaps
(hdc HDC, nIndex int32)
gdi32.go:1220
FunctionGetEnhMetaFile
(lpszMetaFile *uint16)
gdi32.go:1229
FunctionGetEnhMetaFileHeader
(hemf HENHMETAFILE, cbBuffer uint32, lpemh *ENHMETAHEADER)
gdi32.go:1238
FunctionGetFocus
()
user32.go:1486
FunctionGetLastError
()
kernel32.go:105
FunctionGetLogicalDriveStrings
(nBufferLength uint32, lpBuffer *uint16)
kernel32.go:114
FunctionGetMenuInfo
(hmenu HMENU, lpcmi *MENUINFO)
user32.go:1495
FunctionGetMessage
(msg *MSG, hWnd HWND, msgFilterMin, msgFilterMax uint32)
user32.go:1504
FunctionGetModuleHandle
(lpModuleName *uint16)
kernel32.go:123
FunctionGetObject
(hgdiobj HGDIOBJ, cbBuffer uintptr, lpvObject unsafe.Pointer)
gdi32.go:1247
FunctionGetOpenFileName
(lpofn *OPENFILENAME)
comdlg32.go:237
FunctionGetSaveFileName
(lpofn *OPENFILENAME)
comdlg32.go:246
FunctionGetStockObject
(fnObject int32)
gdi32.go:1256
FunctionGetSystemMetrics
(nIndex int32)
user32.go:1516
FunctionGetTextExtentExPoint
(hdc HDC, lpszStr *uint16, cchString, nMaxExtent int32, lpnFit, alpDx *int32, lpSize *SIZE)
gdi32.go:1265
FunctionGetTextExtentPoint32
(hdc HDC, lpString *uint16, c int32, lpSize *SIZE)
gdi32.go:1280
FunctionGetTextMetrics
(hdc HDC, lptm *TEXTMETRIC)
gdi32.go:1292
FunctionGetThreadLocale
()
kernel32.go:132
FunctionGetWindowLong
(hWnd HWND, index int32)
user32.go:1525
FunctionGetWindowLongPtr
(hWnd HWND, index int32)
user32.go:1534
FunctionGetWindowPlacement
(hWnd HWND, lpwndpl *WINDOWPLACEMENT)
user32.go:1543
FunctionGetWindowRect
(hWnd HWND, rect *RECT)
user32.go:1552
MethodGet_LocationURL
(pbstrLocationURL **uint16 /*BSTR*/ )
shdocvw.go:243
next →1–100 of 230, ranked by callers