VSConstants.VSM_VIRTUALMEMORYCRITICAL 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 running critically low on available virtual memory. The wParam contains the available virtual memory in bytes. This message will be broadcast once per minute for as long as the critical memory condition persists.
public: int VSM_VIRTUALMEMORYCRITICAL = 4182;
int VSM_VIRTUALMEMORYCRITICAL = 4182;
public const int VSM_VIRTUALMEMORYCRITICAL = 4182;
val mutable VSM_VIRTUALMEMORYCRITICAL : int
Public Const VSM_VIRTUALMEMORYCRITICAL As Integer = 4182