IAccessible::put_accName method (oleacc.h)
[IAccessible::put_accName is no longer supported. ]
The IAccessible::put_accName method is no longer supported. Client applications should use a control-specific workaround, such as the SetWindowText function. Servers should return E_NOTIMPL.
Syntax
HRESULT put_accName(
[in, optional] VARIANT varChild,
[in] BSTR szName
);
Parameters
[in, optional] varChild
Not supported.
[in] szName
Not supported.
Return value
Not supported.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | oleacc.h |
Library | Oleacc.lib |
DLL | Oleacc.dll |