GUITHREADINFO (Structures)
Last changed: -81.111.16.8

.
Summary
TODO - a short description

C# Definition:

[StructLayout(LayoutKind.Sequential)]

public struct GUITHREADINFO

{

    uint        cbSize;
    uint        flags;
    IntPtr        hwndActive;
    IntPtr        hwndFocus;
    IntPtr        hwndCapture;
    IntPtr        hwndMenuOwner;
    IntPtr        hwndMoveSize;
    IntPtr        hwndCaret;
    RECT        rcCaret;

}

VB Definition:

Structure GUITHREADINFO
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation