IVsBatchUpdate.FlushPendingUpdates(UInt32) Method

Definition

Allows the text buffer to tell all views on it to incorporate all buffered updates.

public:
 int FlushPendingUpdates(System::UInt32 dwReserved);
public:
 int FlushPendingUpdates(unsigned int dwReserved);
int FlushPendingUpdates(unsigned int dwReserved);
public int FlushPendingUpdates (uint dwReserved);
abstract member FlushPendingUpdates : uint32 -> int
Public Function FlushPendingUpdates (dwReserved As UInteger) As Integer

Parameters

dwReserved
UInt32

Double word. Reserved for future use.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsBatchUpdate::FlushPendingUpdates(  
   DWORD dwReserved  
);  

Applies to