ITextStoreACP2::RetrieveRequestedAttrs method
Gets the attributes returned by a call to an attribute request method.
Syntax
HRESULT RetrieveRequestedAttrs(
[in] ULONG ulCount,
[out, size_is(ulCount), length_is(*pcFetched)] 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 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
- ITextStoreACP2
- TS_ATTRVAL
- RequestAttrsAtPosition
- RequestAttrsTransitioningAtPosition
- RequestSupportedAttrs