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 8 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | textstor.h |
DLL | Msctf.dll |