Click to return to the Component Development home page    
IDebugDocumentText::GetPo...     IDebugDocumentText::GetTe...     IDebugDocumentText Interf...    
Web Workshop  |  Component Development

IDebugDocumentText::GetSize Method


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.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.