VSConstants.VSM_MEMORYHIGH Field

Definition

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

public: int VSM_MEMORYHIGH = 4184;
public const int VSM_MEMORYHIGH = 4184;
val mutable VSM_MEMORYHIGH : int
Public Const VSM_MEMORYHIGH As Integer  = 4184

Field Value

Value = 4184

Applies to