VSConstants.VSM_MEMORYHIGH 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 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