ITextStoreACP2::RetrieveRequestedAttrs method (textstor.h)

Gets the attributes returned by a call to an attribute request method.

Syntax

HRESULT RetrieveRequestedAttrs(
  [in]  ULONG      ulCount,
  [out] TS_ATTRVAL *paAttrVals,
  [out] ULONG      *pcFetched
);

Parameters

[in] ulCount

Specifies the number of supported attributes to obtain.

[out] paAttrVals

Pointer to the TS_ATTRVAL structure that receives the supported attributes. The members of this structure depend upon the dwFlags parameter of the calling method.

[out] pcFetched

Receives the number of supported attributes.

Return value

This method can return one of these values.

Value Description
S_OK
The method was successful.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 [desktop apps | UWP apps]
Target Platform Windows
Header textstor.h
DLL Msctf.dll

See also

ITextStoreACP2

RequestAttrsAtPosition

RequestAttrsTransitioningAtPosition

RequestSupportedAttrs

TS_ATTRVAL