ReactOS 0.4.15-dev-7958-gcd0bb1a
SYSLINK_INFO Struct Reference
Collaboration diagram for SYSLINK_INFO:

Public Attributes

HWND Self
 
HWND Notify
 
DWORD Style
 
struct list Items
 
BOOL HasFocus
 
int MouseDownID
 
HFONT Font
 
HFONT LinkFont
 
COLORREF TextColor
 
COLORREF LinkColor
 
COLORREF VisitedColor
 
WCHAR BreakChar
 
BOOL IgnoreReturn
 

Detailed Description

Definition at line 74 of file syslink.c.

Member Data Documentation

◆ BreakChar

WCHAR SYSLINK_INFO::BreakChar

Definition at line 87 of file syslink.c.

Referenced by SYSLINK_ParseText(), SYSLINK_Render(), and SYSLINK_SetFont().

◆ Font

◆ HasFocus

BOOL SYSLINK_INFO::HasFocus

◆ IgnoreReturn

BOOL SYSLINK_INFO::IgnoreReturn

Definition at line 88 of file syslink.c.

Referenced by SYSLINK_OnEnter().

◆ Items

◆ LinkColor

COLORREF SYSLINK_INFO::LinkColor

Definition at line 85 of file syslink.c.

Referenced by SYSLINK_Draw().

◆ LinkFont

HFONT SYSLINK_INFO::LinkFont

Definition at line 83 of file syslink.c.

Referenced by SYSLINK_Draw(), SYSLINK_Render(), SYSLINK_SetFont(), and SysLinkWindowProc().

◆ MouseDownID

int SYSLINK_INFO::MouseDownID

Definition at line 81 of file syslink.c.

Referenced by SYSLINK_LButtonDown(), and SYSLINK_LButtonUp().

◆ Notify

HWND SYSLINK_INFO::Notify

Definition at line 77 of file syslink.c.

Referenced by SYSLINK_Draw(), and SYSLINK_SendParentNotify().

◆ Self

◆ Style

DWORD SYSLINK_INFO::Style

Definition at line 78 of file syslink.c.

Referenced by SYSLINK_Draw(), SYSLINK_ParseText(), and SysLinkWindowProc().

◆ TextColor

COLORREF SYSLINK_INFO::TextColor

Definition at line 84 of file syslink.c.

Referenced by SYSLINK_Draw().

◆ VisitedColor

COLORREF SYSLINK_INFO::VisitedColor

Definition at line 86 of file syslink.c.

Referenced by SYSLINK_Draw().


The documentation for this struct was generated from the following file: