ITextStoreAnchor::RetrieveRequestedAttrs method (textstor.h)
Returns the attributes obtained by the RequestAttrsAtPosition, RequestAttrsTransitioningAtPosition, or RequestSupportedAttrs methods.
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 |
---|---|
|
The method was successful. |
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 |
See also
ITextStoreAnchor::RequestAttrsAtPosition
ITextStoreAnchor::RequestAttrsTransitioningAtPosition