Interface User32
public interface User32
提供一些 User32 标准的接口
- Version:
- 0.0.1
- Author:
- scx567888
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanCloseWindow(MemorySegment hWnd) booleanEnumWindows(WNDENUMPROC lpEnumFunc, long lParam) FindWindowA(String lpClassName, String lpWindowName) intGetClassNameW(MemorySegment hWnd, char[] lpClassName, int nMaxCount) GetParent(MemorySegment hWnd) booleanGetWindowRect(MemorySegment hWnd, RECT lpRect) intintGetWindowTextW(MemorySegment hWnd, char[] lpString, int nMaxCount) GetWindowThreadProcessId(MemorySegment hWnd, MemorySegment lpdwProcessId) booleanIsWindowVisible(MemorySegment hWnd) intMessageBoxA(MemorySegment hWnd, String lpText, String lpCaption, int uType) booleanPostMessageW(MemorySegment hWnd, int Msg, MemorySegment wParam, MemorySegment lParam) booleanSendMessageW(MemorySegment hWnd, int Msg, MemorySegment wParam, MemorySegment lParam)
-
Field Details
-
USER32
-
-
Method Details
-
MessageBoxA
-
IsWindowVisible
-
GetParent
-
GetWindowTextLengthW
-
GetClassNameW
-
GetWindowTextW
-
GetWindowThreadProcessId
-
PostMessageW
-
SendMessageW
-
EnumWindows
-
FindWindowA
-
CloseWindow
-
GetWindowRect
-