Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|---|---|
|
The method was successful. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Target Platform | Windows |
| Header | textstor.h |
| DLL | Msctf.dll |
| Redistributable | TSF 1.0 on Windows 2000 Professional |
See also
ITextStoreACP::RequestAttrsAtPosition