ITextStory::GetIndex method
Gets the index of a story.
c++
HRESULT GetIndex(
[out, retval] long *pValue
);
pValue [out, retval]
Type: long*The index.
Type: HRESULT
If the method succeeds, it returns NOERROR. Otherwise, it returns an HRESULT error code.
The index is used with the ITextDocument2:: GetStory method.
Minimum supported client |
Windows 8 [desktop apps only] |
Minimum supported server |
Windows Server 2012 [desktop apps only] |
IDL |
Tom.idl |