Integra for Notes Banner
  QuickReports Integra4Notes Integra Family of Products

Integra Script Library Documentation


Context:

Type Definition

Library/Class:

WinAPIWrapper



WinList As ,

WinList is a public type definition used by the function GetWindowList() to store the details of a Windows (in memory) task window.

Public Type WinList

    ID As Long
    Title As String
    hWnd As Long
    ClassName As String
    pWnd As Long
    Level As Integer
End Type

ID Windows task id.
Title Title as showing in the task's window title bar.
hWnd Handle to the task window.
ClassName The class name depends on the application running the task window.
pWnd Handle to the task's parent window.
Level Child window level.
 
QUICK LINKS
 
 

 

  © Shireburn Software Ltd. 2008 - 2024