


UpdateWindow& Lib "user32" (Byval Hwnd As Long).IsIcon& Lib "user32" Alias "IsIconic" (Byval Hwnd As Long).ShowWindow& Lib "user32" Alias "ShowWindow" (Byval Hwnd As Long, Byval nCmdShow As Long).FindWindowName& Lib "user32" Alias "FindWindowA" (Byval dummy As Long, Byval lpwindowname As String).FindWindowClass& Lib "user32" Alias "FindWindowA" (Byval lpclassname As String, Byval dummy As Long ).FindWindow& Lib "user32" Alias "FindWindowA" (Byval lpclassname As String, Byval lpwindowname As String).SetForegroundWindow& Lib "user32" (Byval hwnd As Long).SetCapture& Lib "user32" (Byval hwnd As Long).SetFocusAPI& Lib "user32" Alias "SetFocus" (Byval hwnd As Long).SetActiveWindow& Lib "user32" (Byval Hwnd As Long).SetTopWindow& Lib "user32" Alias "SetForegroundWindow" (Byval Hwnd As Long).GetWindowThreadProcessId& Lib "user32" (Byval hWnd As Long, lpdwProcessId As Long).GetWindowText& Lib "user32" Alias "GetWindowTextA" (Byval hwnd As Long, Byval lpstring As String, Byval lpstrlen As Long).GetWindowTextLength& Lib "user32" Alias "GetWindowTextLengthA" (Byval hwnd As Long).GetLastActivePopup& Lib "user32" (Byval hwnd As Long).

User32 getwindowtext windows#
For further documentation to these C-API calls please refer to the C-API documentation of Windows or to Dan Appleman's "Visual Basic Programmer's Guide to the Win32 API". These declarations are used by some of the Lotus Script functions documented for the WinAPIWrapper, Utilities and InplaceEditing libraries. The following is a list of C-API function declarations of the USER32.DLL of Windows. C-API USER32.DLL (Windows) - Function List As ,
