CMFCTasksPaneTask::SetACCData

Determines the accessibility data for the current task.

virtual BOOL SetACCData(
    CWnd* pParent,
    CAccessibilityData& data
);

Parameters

  • [in] pParent
    Represents the parent window of the current task.

  • [out] data
    An object of type CAccessibilityData that is populated with the accessibility data of the current task.

Return Value

TRUE if the data parameter was successfully populated with the accessibility data of the current task; otherwise, FALSE.

Requirements

Header: afxTasksPane.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCTasksPaneTask Class