MSI Afterburner - MSI Graphics Card Performance Booster
Flag specifying the if the data source is configured to be displayed in additional areas.

Namespace: MSI.Afterburner
Assembly: MSIAfterburner.NET (in MSIAfterburner.NET.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
[FlagsAttribute]
public enum MAHM_SHARED_MEMORY_ENTRY_FLAG
Visual Basic
<FlagsAttribute> _
Public Enumeration MAHM_SHARED_MEMORY_ENTRY_FLAG
Visual C++
[FlagsAttribute]
public enum class MAHM_SHARED_MEMORY_ENTRY_FLAG

Members

Member nameValueDescription
None0 The data source is not configured to be displayed in additional locations.
SHOW_IN_OSD1 The data source is configured to be displayed in On-Screen Display.
SHOW_IN_LCD2 The data source is configured to be displayed in Logitech keyboard LCD.
SHOW_IN_TRAY4 The data source is configured to be displayed as a system tray icon.

See Also