VSConstants.VSM_MEMORYEXCESSIVE Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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