windows.oleacc

\ oleacc.d * * Windows API header module * * Translated from MinGW Windows headers * * Placed into public domain * \**********************************************************************

Members

Aliases

CreateStdAccessibleProxy
alias CreateStdAccessibleProxy = CreateStdAccessibleProxyW
Undocumented in source.
CreateStdAccessibleProxy
alias CreateStdAccessibleProxy = CreateStdAccessibleProxyA
Undocumented in source.
GetRoleText
alias GetRoleText = GetRoleTextA
Undocumented in source.
GetRoleText
alias GetRoleText = GetRoleTextW
Undocumented in source.
GetStateText
alias GetStateText = GetStateTextW
Undocumented in source.
GetStateText
alias GetStateText = GetStateTextA
Undocumented in source.
LPACCESSIBLE
alias LPACCESSIBLE = IAccessible
Undocumented in source.

Enums

DISPID_ACC_PARENT
anonymousenum DISPID_ACC_PARENT
Undocumented in source.
NAVDIR_UP
anonymousenum NAVDIR_UP
Undocumented in source.
ROLE_SYSTEM_TITLEBAR
anonymousenum ROLE_SYSTEM_TITLEBAR
Undocumented in source.
SELFLAG
enum SELFLAG
Undocumented in source.
STATE_SYSTEM_UNAVAILABLE
anonymousenum STATE_SYSTEM_UNAVAILABLE
Undocumented in source.

Functions

AccessibleChildren
HRESULT AccessibleChildren(IAccessible , LONG , LONG , VARIANT* , LONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
AccessibleObjectFromEvent
HRESULT AccessibleObjectFromEvent(HWND , DWORD , DWORD , IAccessible , VARIANT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
AccessibleObjectFromPoint
HRESULT AccessibleObjectFromPoint(POINT , IAccessible* , VARIANT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
AccessibleObjectFromWindow
HRESULT AccessibleObjectFromWindow(HWND , DWORD , REFIID , void** )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateStdAccessibleObject
HRESULT CreateStdAccessibleObject(HWND , LONG , REFIID , void** )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateStdAccessibleProxyA
HRESULT CreateStdAccessibleProxyA(HWND , LPCSTR , LONG , REFIID , void** )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateStdAccessibleProxyW
HRESULT CreateStdAccessibleProxyW(HWND , LPCWSTR , LONG , REFIID , void** )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetOleaccVersionInfo
void GetOleaccVersionInfo(DWORD* , DWORD* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetRoleTextA
UINT GetRoleTextA(DWORD , LPSTR , UINT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetRoleTextW
UINT GetRoleTextW(DWORD , LPWSTR , UINT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetStateTextA
UINT GetStateTextA(DWORD , LPSTR , UINT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetStateTextW
UINT GetStateTextW(DWORD , LPWSTR , UINT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LresultFromObject
LRESULT LresultFromObject(REFIID , WPARAM , LPUNKNOWN )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ObjectFromLresult
HRESULT ObjectFromLresult(LRESULT , REFIID , WPARAM , void** )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
WindowFromAccessibleObject
HRESULT WindowFromAccessibleObject(IAccessible , HWND* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Interfaces

IAccessible
interface IAccessible
Undocumented in source.

Variables

SELFLAG_VALID
auto SELFLAG_VALID;
Undocumented in source.

Meta