Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Retrieves the size of the text at this position in the document.
Syntax
Parameters
pcNumLines
[out] Returns the number of lines of text.
pcNumChars
[out] Returns the number of characters of text.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
[C++ only] If a particular value is not desired, pass a NULL for the parameter.
[C# only] Both parameters must be specified.