Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 2.13 KB

nf-tom-itextdocument2-getstory.md

File metadata and controls

77 lines (61 loc) · 2.13 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:tom.ITextDocument2.GetStory
ITextDocument2::GetStory (tom.h)
Retrieves the story that corresponds to a particular index.
GetStory
GetStory method [Windows Controls]
GetStory method [Windows Controls]
ITextDocument2 interface
ITextDocument2 interface [Windows Controls]
GetStory method
ITextDocument2.GetStory
ITextDocument2::GetStory
controls.itextdocument2_getstory
tom/ITextDocument2::GetStory
controls\itextdocument2_getstory.htm
Controls
bb1322e9-47b2-4770-b5de-c5eeda70eed1
12/05/2018
GetStory, GetStory method [Windows Controls], GetStory method [Windows Controls],ITextDocument2 interface, ITextDocument2 interface [Windows Controls],GetStory method, ITextDocument2.GetStory, ITextDocument2::GetStory, controls.itextdocument2_getstory, tom/ITextDocument2::GetStory
tom.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Msftedit.dll
Windows
19H1
ITextDocument2::GetStory
tom/ITextDocument2::GetStory
c++
APIRef
kbSyntax
COM
Msftedit.dll
ITextDocument2.GetStory

ITextDocument2::GetStory

-description

Retrieves the story that corresponds to a particular index.

-parameters

-param Index [in]

Type: long

The index of the story to retrieve.

-param ppStory [out, retval]

Type: ITextStory**

The story.

-returns

Type: HRESULT

If the method succeeds, it returns NOERROR. Otherwise, it returns an HRESULT error code.

-see-also

ITextDocument2