VSConstants.VSM_VIRTUALMEMORYLOW Field

Definition

Message broadcast via IVsBroadcastMessageEvents::OnBroadcastMessage to indicate that the application is running 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 low memory condition persists.

public: int VSM_VIRTUALMEMORYLOW = 4181;
int VSM_VIRTUALMEMORYLOW = 4181;
public const int VSM_VIRTUALMEMORYLOW = 4181;
val mutable VSM_VIRTUALMEMORYLOW : int
Public Const VSM_VIRTUALMEMORYLOW As Integer  = 4181

Field Value

Value = 4181

Applies to