Versions in this module Expand all Collapse all v1 v1.5.34 Feb 5, 2023 Changes in this version + const BLACKNESS — windows/amd64 + const CAPTUREBLT — windows/amd64 + const CCHDEVICENAME — windows/amd64 + const CCHFORMNAME — windows/amd64 + const CONTEXT_ALL — windows/amd64 + const CONTEXT_CONTROL — windows/amd64 + const CONTEXT_DEBUG_REGISTERS — windows/amd64 + const CONTEXT_EXTENDED_REGISTERS — windows/amd64 + const CONTEXT_FLOATING_POINT — windows/amd64 + const CONTEXT_FULL — windows/amd64 + const CONTEXT_INTEGER — windows/amd64 + const CONTEXT_SEGMENTS — windows/amd64 + const CONTEXT_i386 — windows/amd64 + const CONTEXT_i486 — windows/amd64 + const DSTINVERT — windows/amd64 + const DUPLICATE_SAME_ACCESS — windows/amd64 + const GHND — windows/amd64 + const GMEM_FIXED — windows/amd64 + const GMEM_MOVEABLE — windows/amd64 + const GMEM_ZEROINIT — windows/amd64 + const GPTR — windows/amd64 + const LOGON32_LOGON_BATCH — windows/amd64 + const LOGON32_LOGON_INTERACTIVE — windows/amd64 + const LOGON32_LOGON_NETWORK — windows/amd64 + const LOGON32_LOGON_NETWORK_CLEARTEXT — windows/amd64 + const LOGON32_LOGON_NEW_CREDENTIALS — windows/amd64 + const LOGON32_LOGON_SERVICE — windows/amd64 + const LOGON32_LOGON_UNLOCK — windows/amd64 + const LOGON32_PROVIDER_DEFAULT — windows/amd64 + const LOGON32_PROVIDER_WINNT35 — windows/amd64 + const LOGON32_PROVIDER_WINNT40 — windows/amd64 + const LOGON32_PROVIDER_WINNT50 — windows/amd64 + const MAX_MODULE_NAME32 — windows/amd64 + const MAX_PATH — windows/amd64 + const MERGECOPY — windows/amd64 + const MERGEPAINT — windows/amd64 + const NOMIRRORBITMAP — windows/amd64 + const NOTSRCCOPY — windows/amd64 + const NOTSRCERASE — windows/amd64 + const PATCOPY — windows/amd64 + const PATINVERT — windows/amd64 + const PATPAINT — windows/amd64 + const PROCESS_DUP_HANDLE — windows/amd64 + const PROC_THREAD_ATTRIBUTE_PARENT_PROCESS — windows/amd64 + const PSS_CAPTURE_HANDLES — windows/amd64 + const PSS_CAPTURE_HANDLE_BASIC_INFORMATION — windows/amd64 + const PSS_CAPTURE_HANDLE_NAME_INFORMATION — windows/amd64 + const PSS_CAPTURE_HANDLE_TRACE — windows/amd64 + const PSS_CAPTURE_HANDLE_TYPE_SPECIFIC_INFORMATION — windows/amd64 + const PSS_CAPTURE_IPT_TRACE — windows/amd64 + const PSS_CAPTURE_NONE — windows/amd64 + const PSS_CAPTURE_RESERVED_00000002 — windows/amd64 + const PSS_CAPTURE_RESERVED_00000400 — windows/amd64 + const PSS_CAPTURE_RESERVED_00004000 — windows/amd64 + const PSS_CAPTURE_THREADS — windows/amd64 + const PSS_CAPTURE_THREAD_CONTEXT — windows/amd64 + const PSS_CAPTURE_THREAD_CONTEXT_EXTENDED — windows/amd64 + const PSS_CAPTURE_VA_CLONE — windows/amd64 + const PSS_CAPTURE_VA_SPACE — windows/amd64 + const PSS_CAPTURE_VA_SPACE_SECTION_INFORMATION — windows/amd64 + const PSS_CREATE_BREAKAWAY — windows/amd64 + const PSS_CREATE_BREAKAWAY_OPTIONAL — windows/amd64 + const PSS_CREATE_FORCE_BREAKAWAY — windows/amd64 + const PSS_CREATE_MEASURE_PERFORMANCE — windows/amd64 + const PSS_CREATE_RELEASE_SECTION — windows/amd64 + const PSS_CREATE_USE_VM_ALLOCATIONS — windows/amd64 + const SRCAND — windows/amd64 + const SRCCOPY — windows/amd64 + const SRCERASE — windows/amd64 + const SRCINVERT — windows/amd64 + const SRCPAINT — windows/amd64 + const STILL_ACTIVE — windows/amd64 + const WHITENESS — windows/amd64 + func BitBlt(hdc windows.Handle, x uint32, y uint32, cx uint32, cy uint32, ...) (BOOL int, err error) — windows/amd64 + func CreateCompatibleBitmap(hdc windows.Handle, cx int, cy int) (HBITMAP windows.Handle, err error) — windows/amd64 + func CreateCompatibleDC(hdc windows.Handle) (HDC windows.Handle, err error) — windows/amd64 + func CreateProcess(appName *uint16, commandLine *uint16, procSecurity *windows.SecurityAttributes, ...) (err error) — windows/amd64 + func CreateProcessWithLogonW(username *uint16, domain *uint16, password *uint16, logonFlags uint32, ...) (err error) — windows/amd64 + func CreateRemoteThread(hProcess windows.Handle, lpThreadAttributes *windows.SecurityAttributes, ...) (threadHandle windows.Handle, err error) — windows/amd64 + func CreateThread(lpThreadAttributes *windows.SecurityAttributes, dwStackSize uint32, ...) (threadHandle windows.Handle, err error) — windows/amd64 + func DeleteDC(hdc windows.Handle) (BOOL uint32, err error) — windows/amd64 + func DeleteObject(ho windows.Handle) (BOOL uint32, err error) — windows/amd64 + func DeleteProcThreadAttributeList(lpAttributeList *PROC_THREAD_ATTRIBUTE_LIST) — windows/amd64 + func GetDC(HWND windows.Handle) (HDC windows.Handle, err error) — windows/amd64 + func GetDIBits(hdc windows.Handle, hbm windows.Handle, start uint32, cLines uint32, ...) (ret int, err error) — windows/amd64 + func GetDesktopWindow() (HWND windows.Handle, err error) — windows/amd64 + func GetExitCodeThread(hTread windows.Handle, lpExitCode *uint32) (err error) — windows/amd64 + func GetProcessHeap() (procHeap windows.Handle, err error) — windows/amd64 + func GetProcessMemoryInfo(process windows.Handle, ppsmemCounters *ProcessMemoryCounters, cb uint32) (err error) — windows/amd64 + func GlobalAlloc(uFlags uint, dwBytes uintptr) (HGLOBAL windows.Handle, err error) — windows/amd64 + func GlobalFree(hMem windows.Handle) (HGLOBAL windows.Handle, err error) — windows/amd64 + func GlobalLock(hMem windows.Handle) (LPVOID uintptr, err error) — windows/amd64 + func GlobalUnlock(hMem windows.Handle) (BOOL uint32, err error) — windows/amd64 + func HeapAlloc(hHeap windows.Handle, dwFlags uint32, dwBytes uintptr) (lpMem uintptr, err error) — windows/amd64 + func HeapFree(hHeap windows.Handle, dwFlags uint32, lpMem uintptr) (err error) — windows/amd64 + func HeapReAlloc(hHeap windows.Handle, dwFlags uint32, lpMem uintptr, dwBytes uintptr) (lpRes uintptr, err error) — windows/amd64 + func HeapSize(hHeap windows.Handle, dwFlags uint32, lpMem uintptr) (res uint32, err error) — windows/amd64 + func ImpersonateLoggedOnUser(hToken windows.Token) (err error) — windows/amd64 + func InitializeProcThreadAttributeList(lpAttributeList *PROC_THREAD_ATTRIBUTE_LIST, dwAttributeCount uint32, ...) (err error) — windows/amd64 + func LogonUser(lpszUsername *uint16, lpszDomain *uint16, lpszPassword *uint16, ...) (err error) — windows/amd64 + func LookupPrivilegeDisplayNameW(systemName string, privilegeName *uint16, buffer *uint16, size *uint32, ...) (err error) — windows/amd64 + func LookupPrivilegeNameW(systemName string, luid *uint64, buffer *uint16, size *uint32) (err error) — windows/amd64 + func MiniDumpWriteDump(hProcess windows.Handle, pid uint32, hFile uintptr, dumpType uint32, ...) (err error) — windows/amd64 + func Module32FirstW(hSnapshot windows.Handle, lpme *MODULEENTRY32W) (err error) — windows/amd64 + func PssCaptureSnapshot(processHandle windows.Handle, captureFlags uint32, threadContextFlags uint32, ...) (err error) — windows/amd64 + func QueueUserAPC(pfnAPC uintptr, hThread windows.Handle, dwData uintptr) (err error) — windows/amd64 + func ReleaseDC(hWnd windows.Handle, hDC windows.Handle) (int uint32, err error) — windows/amd64 + func RtlCopyMemory(dest uintptr, src uintptr, dwSize uint32) — windows/amd64 + func SelectObject(hdc windows.Handle, h windows.Handle) (HGDIOBJ windows.Handle, err error) — windows/amd64 + func UpdateProcThreadAttribute(lpAttributeList *PROC_THREAD_ATTRIBUTE_LIST, dwFlags uint32, attribute uintptr, ...) (err error) — windows/amd64 + func VirtualAllocEx(hProcess windows.Handle, lpAddress uintptr, dwSize uintptr, ...) (addr uintptr, err error) — windows/amd64 + func VirtualProtectEx(hProcess windows.Handle, lpAddress uintptr, dwSize uintptr, ...) (err error) — windows/amd64 + func WriteProcessMemory(hProcess windows.Handle, lpBaseAddress uintptr, lpBuffer *byte, nSize uintptr, ...) (err error) — windows/amd64 + type BITMAPINFO struct — windows/amd64 + BmiColors *RGBQUAD + BmiHeader BITMAPINFOHEADER + type BITMAPINFOHEADER struct — windows/amd64 + BiBitCount uint16 + BiClrImportant uint32 + BiClrUsed uint32 + BiCompression uint32 + BiHeight int32 + BiPlanes uint16 + BiSize uint32 + BiSizeImage uint32 + BiWidth int32 + BiXPelsPerMeter int32 + BiYPelsPerMeter int32 + type MODULEENTRY32W struct — windows/amd64 + DwSize uint32 + GlblcntUsage uint32 + HModule uintptr + ModBaseAddr uintptr + ModBaseSize uint32 + ProccntUsage uint32 + SzExePath [MAX_PATH]uint16 + SzModule [MAX_MODULE_NAME32 + 1]uint16 + Th32ModuleID uint32 + Th32ProcessID uint32 + type MONITORINFO struct — windows/amd64 + CbSize uint32 + DwFlags uint32 + RcMonitor RECT + RcWork RECT + type POINT struct — windows/amd64 + X int32 + Y int32 + type PROC_THREAD_ATTRIBUTE_ENTRY struct — windows/amd64 + type PROC_THREAD_ATTRIBUTE_LIST struct — windows/amd64 + type ProcessMemoryCounters struct — windows/amd64 + Cb uint32 + PageFaultCount uint32 + PagefileUsage int + PeakPagefileUsage int + PeakWorkingSetSize int + QuotaNonPagedPoolUsage int + QuotaPagedPoolUsage int + QuotaPeakNonPagedPoolUsage int + QuotaPeakPagedPoolUsage int + WorkingSetSize int + type RECT struct — windows/amd64 + Bottom int32 + Left int32 + Right int32 + Top int32 + type RGBQUAD struct — windows/amd64 + RgbBlue byte + RgbGreen byte + RgbRed byte + RgbReserved byte + type StartupInfoEx struct — windows/amd64 + AttributeList *PROC_THREAD_ATTRIBUTE_LIST v1.2.8-test Feb 5, 2023