get_parent
Description:
Gets an Accessible object's parent container.
Parameters:
this |
a pointer to the Accessible object to query. |
Returns:
a pointer to the Accessible object which contains the given Accessible instance, or NULL if the this has no parent container. |