VSConstants.VSM_VIRTUALMEMORYCRITICAL Field

Definition

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

Field Value

Value = 4182

Applies to