IVsTextImage2.GetEolLengthEx(LINEDATAEX[], UInt32) Method

Definition

Returns the length in characters of the end-of-line (EOL) marker.

int GetEolLengthEx(std::Array <Microsoft::VisualStudio::TextManager::Interop::LINEDATAEX> const & pld, [Runtime::InteropServices::Out] unsigned int & piEolType);

Parameters

pld
LINEDATAEX[]

[in] A LINEDATAEX structure.

piEolType
UInt32

[out] A uint valid member of EOLTYPE.

Returns

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

Remarks

Returns the length in characters of the EOL marker in the text line pld.

Applies to