MCPcopy Create free account

hub / github.com/AllenDang/w32 / functions

Functions345 in github.com/AllenDang/w32

↓ 11 callersFunctionBoolToBOOL
(value bool)
utils.go:25
↓ 5 callersFunctionGetGpStatus
(s int32)
gdiplus.go:39
↓ 3 callersFunctionCloseHandle
func OpenProcess(desiredAccess uint32, inheritHandle bool, processId uint32) HANDLE { inherit := 0 if inheritHandle { inherit = 1 } ret, _, _ :=
kernel32.go:225
↓ 3 callersFunctionComAddRef
(unknown *IUnknown)
utils.go:48
↓ 3 callersFunctionComQueryInterface
(unknown *IUnknown, id *GUID)
utils.go:64
↓ 3 callersFunctionComRelease
(unknown *IUnknown)
utils.go:56
↓ 3 callersFunctionInitializeSecurityDescriptor
http://msdn.microsoft.com/en-us/library/windows/desktop/aa378863(v=vs.85).aspx
advapi32.go:344
↓ 3 callersFunctionSetSecurityDescriptorDacl
http://msdn.microsoft.com/en-us/library/windows/desktop/aa379583(v=vs.85).aspx
advapi32.go:361
↓ 2 callersFunctionGetUserDefaultLCID
()
kernel32.go:92
↓ 2 callersFunctionNtAlpcSendWaitReceivePort
NTSTATUS NtAlpcSendWaitReceivePort( __in HANDLE PortHandle, __in ULONG Flags, __in_opt PPORT_MESSAGE SendMessage, __in_opt PALPC_MESSAGE_ATTRIBUTES Se
alpc.go:211
↓ 2 callersFunctionVariantInit
(v *VARIANT)
oleaut32.go:23
↓ 1 callersFunctionAllocConsole
BOOL WINAPI AllocConsole(void);
fork.go:101
↓ 1 callersFunctionComGetIDsOfName
(disp *IDispatch, names []string)
utils.go:76
↓ 1 callersFunctionComInvoke
(disp *IDispatch, dispid int32, dispatch int16, params ...interface{})
utils.go:95
↓ 1 callersFunctionCreatePort
Convenience method to create an ALPC port with a NULL DACL. Requires an absolute port name ( where / is the root of the kernel object directory )
alpc_test.go:65
↓ 1 callersFunctionCreateProcessQuick
(cmd string)
create_process.go:85
↓ 1 callersFunctionCreateProcessW
WINBASEAPI WINBOOL WINAPI CreateProcessW ( LPCWSTR lpApplicationName, LPWSTR lpCommandLine, LPSECURITY_ATTRIBUTES lpProcessAttributes, LPSECURITY_ATTR
create_process.go:34
↓ 1 callersFunctionFork
Fork creates a clone of the current process using the undocumented RtlCloneUserProcess call in ntdll, similar to unix fork(). The return value in the
fork.go:140
↓ 1 callersFunctionGetExitCodeProcess
(hProcess HANDLE)
create_process.go:115
↓ 1 callersFunctionGetWindowTextLength
(hwnd HWND)
user32.go:349
↓ 1 callersFunctionImageList_Remove
(himl HIMAGELIST, i int)
comctl32.go:92
↓ 1 callersFunctionImageList_ReplaceIcon
(himl HIMAGELIST, i int, hicon HICON)
comctl32.go:79
↓ 1 callersFunctionNtAlpcAcceptConnectPort
NTSTATUS NtAlpcConnectPort( __out PHANDLE PortHandle, __in PUNICODE_STRING PortName, __in POBJECT_ATTRIBUTES ObjectAttributes, __in_opt PALPC_PORT_ATT
alpc.go:171
↓ 1 callersFunctionNtAlpcCreatePort
func RtlCreateUnicodeStringFromAsciiz(s string) (us UNICODE_STRING, e error) { cs := C.CString(s) defer C.free(unsafe.Pointer(cs)) ret, _, lastEr
alpc.go:92
↓ 1 callersFunctionObjectAttributes
(name string)
alpc_test.go:21
↓ 1 callersFunctionOpenThread
(desiredAccess int, inheritHandle bool, threadId uintptr)
fork.go:66
↓ 1 callersFunctionResumeThread
DWORD WINAPI ResumeThread( _In_ HANDLE hThread );
fork.go:89
↓ 1 callersFunctionRtlCloneUserProcess
NTSYSAPI NTSTATUS NTAPI RtlCloneUserProcess ( _In_ ULONG ProcessFlags, _In_opt_ PSECURITY_DESCRIPTOR ProcessSecurityDescriptor, _In_opt_ PSECURITY_
fork.go:119
↓ 1 callersFunctionSysAllocString
(v string)
oleaut32.go:31
↓ 1 callersFunctionSysFreeString
(v *int16)
oleaut32.go:37
↓ 1 callersFunctionTerminateProcess
(hProcess HANDLE, exitCode uint32)
create_process.go:102
↓ 1 callersFunctionUTF16PtrToString
(cstr *uint16)
utils.go:33
↓ 1 callersFunctionWaitForSingleObject
DWORD WINAPI WaitForSingleObject( _In_ HANDLE hHandle, _In_ DWORD dwMilliseconds );
create_process.go:133
FunctionAbortDoc
(hdc HDC)
gdi32.go:97
FunctionAccept
( hSrv HANDLE, context *AlpcPortContext, pConnReq *AlpcShortMessage, accept bool, )
alpc_test.go:100
FunctionAddClipboardFormatListener
(hwnd HWND)
user32.go:769
MethodAddRef
()
istream.go:25
MethodAddRef
()
idispatch.go:29
MethodAddRef
()
iunknown.go:21
FunctionAdjustWindowRect
(rect *RECT, style uint, menu bool)
user32.go:239
FunctionAdjustWindowRectEx
(rect *RECT, style uint, menu bool, exStyle uint)
user32.go:229
FunctionAlpcGetMessageAttribute
NTSYSAPI PVOID NTAPI AlpcGetMessageAttribute( __in PALPC_MESSAGE_ATTRIBUTES Buffer, __in ULONG AttributeFlag ); This basically returns a pointer to th
alpc.go:255
MethodBaseBelow4gb
()
fork_typedef.go:69
FunctionBeginPaint
(hwnd HWND, paint *PAINTSTRUCT)
user32.go:836
FunctionBitBlt
(hdcDest HDC, nXDest, nYDest, nWidth, nHeight int, hdcSrc HDC, nXSrc, nYSrc int, dwRop uint)
gdi32.go:104
FunctionCallNextHookEx
(hhk HHOOK, nCode int, wParam WPARAM, lParam LPARAM)
user32.go:1006
FunctionCallWindowProc
(preWndProc uintptr, hwnd HWND, msg uint32, wParam, lParam uintptr)
user32.go:399
MethodCallbackId
()
alpc_typedef.go:87
FunctionChangeDisplaySettingsEx
(szDeviceName *uint16, devMode *DEVMODE, hwnd HWND, dwFlags uint32, lParam uintptr)
user32.go:978
FunctionChoosePixelFormat
(hdc HDC, pfd *PIXELFORMATDESCRIPTOR)
gdi32.go:497
FunctionClientToScreen
(hwnd HWND, x, y int)
user32.go:683
FunctionCloseClipboard
()
user32.go:787
FunctionCloseEnhMetaFile
(hdc HDC)
gdi32.go:135
FunctionCloseEventLog
(eventlog HANDLE)
advapi32.go:226
FunctionCloseServiceHandle
(hSCObject HANDLE)
advapi32.go:253
FunctionCoInitialize
()
ole32.go:38
FunctionCoInitializeEx
(coInit uintptr)
ole32.go:21
FunctionCoUninitialize
()
ole32.go:42
MethodComPlusILOnly
()
fork_typedef.go:57
MethodComPlusNativeReady
()
fork_typedef.go:53
MethodComPlusPrefer32bit
()
fork_typedef.go:73
FunctionCommDlgExtendedError
()
comdlg32.go:34
FunctionConnectPort
(serverName, clientName string, pConnMsg *AlpcShortMessage)
alpc_test.go:77
FunctionControlService
(hService HANDLE, dwControl uint32, lpServiceStatus *SERVICE_STATUS)
advapi32.go:301
FunctionControlTrace
(hTrace TRACEHANDLE, lpSessionName string, props *EVENT_TRACE_PROPERTIES, dwControl uint32)
advapi32.go:314
FunctionCopyEnhMetaFile
(hemfSrc HENHMETAFILE, lpszFile *uint16)
gdi32.go:142
FunctionCopyRect
(dst, src *RECT)
user32.go:548
FunctionCreateBrushIndirect
(lplb *LOGBRUSH)
gdi32.go:150
FunctionCreateCompatibleBitmap
(hdc HDC, width, height uint)
gdi32.go:178
FunctionCreateCompatibleDC
(hdc HDC)
gdi32.go:157
FunctionCreateDC
(lpszDriver, lpszDevice, lpszOutput *uint16, lpInitData *DEVMODE)
gdi32.go:168
FunctionCreateDIBSection
(hdc HDC, pbmi *BITMAPINFO, iUsage uint, ppvBits *unsafe.Pointer, hSection HANDLE, dwOffset uint)
gdi32.go:187
FunctionCreateDialog
(hInstance HINSTANCE, lpTemplate *uint16, hWndParent HWND, lpDialogProc uintptr)
user32.go:643
FunctionCreateEnhMetaFile
(hdcRef HDC, lpFilename *uint16, lpRect *RECT, lpDescription *uint16)
gdi32.go:199
FunctionCreateFontIndirect
(logFont *LOGFONT)
gdi32.go:90
FunctionCreateIC
(lpszDriver, lpszDevice, lpszOutput *uint16, lpdvmInit *DEVMODE)
gdi32.go:209
FunctionCreateIcon
(instance HINSTANCE, nWidth, nHeight int, cPlanes, cBitsPerPixel byte, ANDbits, XORbits *byte)
user32.go:905
FunctionCreateStreamOnHGlobal
(hGlobal HGLOBAL, fDeleteOnRelease bool)
ole32.go:46
FunctionCreateToolhelp32Snapshot
(flags, processId uint32)
kernel32.go:231
FunctionCreateWindowEx
(exStyle uint, className, windowName *uint16, style uint, x, y, width, height int, parent HWND, menu HMENU,
user32.go:181
FunctionDefDlgProc
(hwnd HWND, msg uint32, wParam, lParam uintptr)
user32.go:265
FunctionDefWindowProc
(hwnd HWND, msg uint32, wParam, lParam uintptr)
user32.go:255
FunctionDeleteDC
(hdc HDC)
gdi32.go:219
FunctionDeleteEnhMetaFile
(hemf HENHMETAFILE)
gdi32.go:226
FunctionDeleteObject
(hObject HGDIOBJ)
gdi32.go:83
FunctionDescribePixelFormat
(hdc HDC, iPixelFormat int, nBytes uint, pfd *PIXELFORMATDESCRIPTOR)
gdi32.go:505
FunctionDestroyIcon
(icon HICON)
user32.go:918
FunctionDestroyWindow
(hwnd HWND)
user32.go:248
FunctionDialogBox
(hInstance HINSTANCE, lpTemplateName *uint16, hWndParent HWND, lpDialogProc uintptr)
user32.go:654
FunctionDispatchMessage
(msg *MSG)
user32.go:298
MethodDoNotUseThisField
()
alpc_typedef.go:91
FunctionDragAcceptFiles
(hwnd HWND, accept bool)
shell32.go:42
FunctionDragFinish
(hDrop HDROP)
shell32.go:85
FunctionDragQueryFile
(hDrop HDROP, iFile uint)
shell32.go:48
FunctionDragQueryPoint
(hDrop HDROP)
shell32.go:76
FunctionDrawIcon
(hDC HDC, x, y int, hIcon HICON)
user32.go:673
FunctionDrawText
(hDC HDC, text string, uCount int, lpRect *RECT, uFormat uint)
user32.go:758
FunctionDwmDefWindowProc
(hWnd HWND, msg uint, wParam, lParam uintptr)
dwmapi.go:50
FunctionDwmEnableBlurBehindWindow
(hWnd HWND, pBlurBehind *DWM_BLURBEHIND)
dwmapi.go:61
FunctionDwmEnableMMCSS
(fEnableMMCSS bool)
dwmapi.go:68
next →1–100 of 345, ranked by callers