MSI Afterburner - MSI Graphics Card Performance Booster
Flags to send command instructions to MSI Afterburner.

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_COMMAND
Visual Basic
<FlagsAttribute> _
Public Enumeration MACM_SHARED_MEMORY_COMMAND
Visual C++
[FlagsAttribute]
public enum class MACM_SHARED_MEMORY_COMMAND

Members

Member nameValueDescription
None0 Do not perform any actions.
INIT11206656 Instruct MSI Afterburner to reinitialize control memory with current hardware settings.
FLUSH11206657 Instruct MSI Afterburner to flush settings from control memory and apply it to the hardware.

See Also