AtomicText Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes an embedded object within a LINEDATAEX structure.
public value class AtomicText
struct AtomicText
[System.Runtime.InteropServices.ComConversionLoss]
public struct AtomicText
[<System.Runtime.InteropServices.ComConversionLoss>]
type AtomicText = struct
Public Structure AtomicText
- Inheritance
-
AtomicText
- Attributes
Remarks
COM Signature
From textmgr.idl:
Fields
iIndex |
Specifies the index of the position in the line. |
pNext |
Specifies the next AtomicText structure in the linked list. |
pszAtomicText |
Specifies the string containing the atomic text. |
punkAtom |
The IUnknown interface of the originating object, for any custom processing. |