EM_GETSTORYTYPE message

Gets the story type.

#define EM_GETSTORYTYPE       (WM_USER + 290)

Parameters

wParam

The story index.

lParam

Reserved; must be 0.

Return value

Returns the story type, which can be a client-defined custom value, or one of the following values:

tomCommentsStory

tomEndnotesStory

tomEvenPagesFooterStory

tomEvenPagesHeaderStory

tomFindStory

tomFirstPageFooterStory

tomFirstPageHeaderStory

tomFootnotesStory

tomMainTextStory

tomPrimaryFooterStory

tomPrimaryHeaderStory

tomReplaceStory

tomScratchStory

tomTextFrameStory

tomUnknownStory

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Header
Richedit.h

See also

EM_SETSTORYTYPE

ITextStoryRanges::Item