Returns the character-position corresponding to the first character of a line.

HRESULT GetPositionOfLine(
   ULONG   cLineNumber,
   ULONG*  pcCharacterPosition
);

Parameters

cLineNumber

[in] The line number.

pcCharacterPosition

[out] The character position within the document of the start of line cLineNumber.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also