CWnd::get_accDefaultAction
Called by the framework to retrieve a string that describes the object's default action.
virtual HRESULT get_accDefaultAction(
VARIANT varChild,
BSTR *pszDefaultAction
);
Parameters
varChild
Specifies whether the default action to be retrieved is that of the object or one of the object's child elements. This parameter can be either CHILDID_SELF (to obtain information about the object) or a child ID (to obtain information about the object's child element).pszDefaultAction
Address of a BSTR that receives a localized string describing the default action for the specified object, or NULL if this object has no default action.
Return Value
Returns S_OK on success, a COM error code on failure. See Return Values in IAccessible::get_accDefaultAction in the Windows SDK.
Remarks
This function is part of MFC's Active Accessibility support.
Override this function in your CWnd-derived class to describe your object's default action.
For more information, see IAccessible::get_accDefaultAction in the Windows SDK.
Requirements
Header: afxwin.h