Skip to content

Latest commit

 

History

History
95 lines (77 loc) · 2.75 KB

nf-tom-itextstrings-setopcp.md

File metadata and controls

95 lines (77 loc) · 2.75 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.ITextStrings.SetOpCp
ITextStrings::SetOpCp (tom.h)
Sets the character position in the source range's story that has desired character formatting attributes.
ITextStrings interface [Windows Controls]
SetOpCp method
ITextStrings.SetOpCp
ITextStrings::SetOpCp
SetOpCp
SetOpCp method [Windows Controls]
SetOpCp method [Windows Controls]
ITextStrings interface
controls.itextstrings_setopcp
tom/ITextStrings::SetOpCp
controls\itextstrings_setopcp.htm
Controls
c869a42a-0937-4051-9cb0-d454255989d2
12/05/2018
ITextStrings interface [Windows Controls],SetOpCp method, ITextStrings.SetOpCp, ITextStrings::SetOpCp, SetOpCp, SetOpCp method [Windows Controls], SetOpCp method [Windows Controls],ITextStrings interface, controls.itextstrings_setopcp, tom/ITextStrings::SetOpCp
tom.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Msftedit.dll
Windows
19H1
ITextStrings::SetOpCp
tom/ITextStrings::SetOpCp
c++
APIRef
kbSyntax
COM
Msftedit.dll
ITextStrings.SetOpCp

ITextStrings::SetOpCp

-description

Sets the character position in the source range's story that has desired character formatting attributes. The ITextStrings::EncodeFunction method applies those character formatting attributes to the operators specified by the Char, Char1, and Char2 parameters.

-parameters

-param iString [in]

Type: long

The index of the string to associate with a character position.

-param cp [in]

Type: long

The character position in source range's story that has the desired character formatting.

-returns

Type: HRESULT

If the method 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
E_INVALIDARG
Invalid argument.

-see-also

ITextStrings