Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITextStoreAnchor::RequestAttrsAtPosition method

Syntax


HRESULT RequestAttrsAtPosition(
  [in]       IAnchor   *paPos,
  [in]       ULONG     cFilterAttrs,
  [inconst TS_ATTRID *paFilterAttrs,
  [in]       DWORD     dwFlags
);

Parameters

paPos [in]

Pointer to the anchor.

cFilterAttrs [in]

Specifies the number of attributes to obtain.

paFilterAttrs [in]

Pointer to the TS_ATTRID data type that specifies the attribute to verify.

dwFlags [in]

Must be zero.

Return value

This method can return one of these values.

ValueDescription
S_OK

The method was successful.

E_INVALIDARG

The paPos anchor is invalid.

 

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps | Windows Store apps]

Minimum supported server

Windows 2000 Server [desktop apps | Windows Store apps]

Redistributable

TSF 1.0 on Windows 2000 Professional

Header

Textstor.h

IDL

Textstor.idl

DLL

Msctf.dll

See also

ITextStoreAnchor
ITextStoreAnchor::RetrieveRequestedAttrs
TS_ATTRID

 

 

Show:
© 2017 Microsoft