GetStorySize Method (Story Control)
Windows - Visual C++
Description
The GetStorySize method returns in
bytes the length of the entire story text.
Syntax
long value = GetStorySize();
The GetStorySize syntax has these parts:
Part |
Description |
value |
A long value representing the length of the entire length of the story in bytes. |
Remarks
GetStorySize includes the null
terminating char at the end of the story buffer.
See Also: GetStoryText HeadlineText
Back to: Story Methods