CWnd::CreateAccessibleProxy

Creates an Active Accessibility proxy for the specified object.

virtual HRESULT CreateAccessibleProxy( 
   WPARAM wParam, 
   LPARAM lParam, 
   LRESULT *pResult 
);

Parameters

  • wParam
    Identifies the object accessed by the Active Accessibility proxy. Can be one of the following values

    Value

    Meaning

    OBJID_CLIENT

    Refers to the window's client area.

  • lParam
    Provides additional message-dependent information.

  • pResult
    A pointer to an LRESULT that stores the result code.

Remarks

Creates an Active Accessibility proxy for the specified object.

Requirements

Header: afxwin.h

See Also

Reference

CWnd Class

Hierarchy Chart

WM_GETOBJECT

LresultFromObject