MSI Afterburner - MSI Graphics Card Performance Booster
Flag specifing the state of clock linking and card syncronizing.

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

Syntax

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

Members

Member nameValueDescription
None0 Link and Sync states are not enabled.
LINK1 Allows linked or independant core and shader clock adjustment.
SYNC2 Synchronize settings for similar graphics processors.

See Also