ITextStoreAnchor::GetStart method (textstor.h)

The ITextStoreAnchor::GetStart method returns an anchor positioned at the start of the text stream.

Syntax

HRESULT GetStart(
  [out] IAnchor **ppaStart
);

Parameters

[out] ppaStart

Pointer to an anchor object located at the start of the text stream.

Return value

This method can return one of these values.

Value Description
S_OK
The method was successful.
E_INVALIDARG
ppaStart is invalid.
E_OUTOFMEMORY
The attempt to instantiate an anchor at the start of the text stream failed.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Target Platform Windows
Header textstor.h
DLL Msctf.dll
Redistributable TSF 1.0 on Windows 2000 Professional