This topic has not yet been rated - Rate this topic

CWnd::get_accParent

Called by the framework to retrieve the IDispatch interface of the object's parent.

virtual HRESULT get_accParent(
   IDispatch **ppdispParent
);
ppdispParent

Receives the address of the parent object's IDispatch interface. The variable is set to NULL if no parent exists, or if the child cannot access its parent.

Returns S_OK on success, a COM error code on failure. See Return Values in IAccessible::get_accParent in the Windows SDK.

This function is part of MFC's Active Accessibility support.

In most cases you don't have to override this function.

For more information, see IAccessible::get_accParent in the Windows SDK.

Header: afxwin.h

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ