[This is preliminary documentation and subject to change.]
Creates a default implementation of an accessible object for a given standard object.
STDAPI CreateStdAccessibleObject(
HWND hwnd,
LONG idObject,
REFIID riidInterface,
void **ppvObject
);
Returns S_OK if successful or a standard COM error code otherwise.
This function is used only by server applications, not clients.
All standard objects support the IAccessible, IDispatch, IEnumVARIANT and IUnknown interfaces.
IDispatch Interface