Skip to content

Latest commit

 

History

History
139 lines (102 loc) · 3.52 KB

nf-tom-itextpara-getliststart.md

File metadata and controls

139 lines (102 loc) · 3.52 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.ITextPara.GetListStart
ITextPara::GetListStart (tom.h)
Retrieves the starting value or code of a list numbering sequence.
GetListStart
GetListStart method [Windows Controls]
GetListStart method [Windows Controls]
ITextPara interface
ITextPara interface [Windows Controls]
GetListStart method
ITextPara.GetListStart
ITextPara::GetListStart
_win32_ITextPara_GetListStart
_win32_ITextPara_GetListStart_cpp
controls.ITextPara_GetListStart
controls._win32_ITextPara_GetListStart
tom/ITextPara::GetListStart
controls\ITextPara_GetListStart.htm
Controls
VS|Controls|~\controls\richedit\textobjectmodel\textobjectmodelreference\textobjectmodelinterfaces\getliststart.htm
12/05/2018
GetListStart, GetListStart method [Windows Controls], GetListStart method [Windows Controls],ITextPara interface, ITextPara interface [Windows Controls],GetListStart method, ITextPara.GetListStart, ITextPara::GetListStart, _win32_ITextPara_GetListStart, _win32_ITextPara_GetListStart_cpp, controls.ITextPara_GetListStart, controls._win32_ITextPara_GetListStart, tom/ITextPara::GetListStart
tom.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Msftedit.dll
Windows
19H1
ITextPara::GetListStart
tom/ITextPara::GetListStart
c++
APIRef
kbSyntax
COM
Msftedit.dll
ITextPara.GetListStart

ITextPara::GetListStart

-description

Retrieves the starting value or code of a list numbering sequence.

-parameters

-param pValue

Type: long*

The starting value or code of a list numbering sequence. For the possible values, see the ITextPara::GetListType method.

-returns

Type: HRESULT

If ITextPara::GetListStart succeeds, it returns S_OK. If the method fails, it returns one of the following COM error codes. For more information about COM error codes, see Error Handling in COM.

Return code Description
Value
Meaning
E_INVALIDARG
Invalid argument.
CO_E_RELEASED
The paragraph formatting object is attached to a range that has been deleted.

-remarks

For a discussion on which sequence to use, see the ITextPara::GetListType method.

-see-also

Conceptual

GetListType

ITextPara

Reference

SetListStart

SetListType

Text Object Model