Retrieves the size of the document.
Syntax
HRESULT GetSize(
ULONG *pcNumLines,
ULONG *pcNumChars
);
Parameters
- pcNumLines
- [out] Address of an integer that specifies the number of lines in a document.
- pcNumChars
- [out] Address of an integer that specifies the number of characters in a document.
Return Value
Returns S_OK if successful, or an error code otherwise.