HELPINFO (Structures)
Last changed: Scott McMaster-68.229.162.228

.
Summary
Information about a context-sensitive help invocation.

C# Definition:

[StructLayout(LayoutKind.Sequential)]
public struct HELPINFO
{
    public uint cbSize;
    public int iContextType;
    public int iCtrlId;
    public IntPtr hItemHandle;
    public IntPtr dwContextId;
    public POINT MousePos;
};

User-Defined Field Types:

None.

Notes:

None.

Documentation
HELPINFO on MSDN