IVsQueryLineChangeCommit::QuerySendEnterLineCommit Method (UInt32, Int32, Int32, UInt32)

 

Gets a flag indicating whether to send the CCG_CARET_ON_NEW_BUFFER_LINE event for the specified line.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

int QuerySendEnterLineCommit(
	unsigned int dwReserved,
	int iLineStart,
	int iLineEnd,
	[OutAttribute] unsigned int% dwQuerySendCommitFlags
)

Parameters

dwReserved
Type: System::UInt32

[in] Reserved for future.

iLineStart
Type: System::Int32

[in] Index of start of the line to be committed.

iLineEnd
Type: System::Int32

[in] Index of end of the line to be committed.

dwQuerySendCommitFlags
Type: System::UInt32

[out] Flag indicating the commit action.

Return Value

Type: System::Int32

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

From textmgr.idl:

HRESULT IVsQueryLineChangeCommit::QuerySendEnterLineCommit(
   [in] DWORD dwReserved,
   [in] long iLineStart,
   [in] long iLineEnd,
   [out, retval] QuerySendCommitFlags *dwQuerySendCommitFlags
);
Return to top
Show: