ITextStoreAnchor::RetrieveRequestedAttrs method
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
This method can return one of these values.
| Value | Description |
|---|---|
|
The method was successful. |
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 |
|
|
IDL |
|
|
DLL |
|
See also
- ITextStoreAnchor
- ITextStoreAnchor::RequestAttrsAtPosition
- ITextStoreAnchor::RequestAttrsTransitioningAtPosition
- ITextStoreAnchor::RequestSupportedAttrs
- TS_ATTRVAL