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