VSConstants.VSM_MEMORYEXCESSIVE Field

Definition

Message broadcast via IVsBroadcastMessageEvents::OnBroadcastMessage to indicate that the application is using an excessive amount of memory The wParam contains the pagefileusage in bytes. This message will be broadcast when memory usage degrades from OK/high to excessive.

public: int VSM_MEMORYEXCESSIVE = 4185;
public const int VSM_MEMORYEXCESSIVE = 4185;
val mutable VSM_MEMORYEXCESSIVE : int
Public Const VSM_MEMORYEXCESSIVE As Integer  = 4185

Field Value

Value = 4185

Applies to