Syntax
HRESULT RetrieveRequestedAttrs(
[in] ULONG ulCount,
[out] TS_ATTRVAL *paAttrVals,
[out] ULONG *pcFetched
);
Parameters
- ulCount [in]
-
Specifies the number of supported attributes to obtain.
- paAttrVals [out]
-
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.
- pcFetched [out]
-
Receives the number of supported attributes.
Return Value
The method can return one of the following values.
| Value | Description |
- S_OK
| The method was successful.
|
Requirements
| Minimum supported client | Windows 2000 Professional |
| Minimum supported server | Windows 2000 Server |
| Redistributable | TSF 1.0 onWindows NT 4.0,Windows 2000 ProfessionalandWindows MeWindows 98 |
| Header | Textstor.idl and Textstor.h |
| DLL | Msctf.dll |
See Also
- ITextStoreACP
-
ITextStoreACP::RequestAttrsAtPosition
-
TextStoreACP::RequestAttrsTransitioningAtPosition
-
ITextStoreACP::RequestSupportedAttrs
-
TS_ATTRVAL
Send comments about this topic to Microsoft
Build date: 7/14/2009