[This is preliminary documentation and subject to change.]
Retrieves the object's current screen location (if the object was placed on the screen) and optionally, the child element.
HRESULT accLocation(
long *pxLeft,
long *pyTop,
long *pcxWidth,
long *pcyHeight,
VARIANT varChild
);
Returns S_OK if successful or E_INVALIDARG or another standard COM error code otherwise.
This method retrieves the object's bounding rectangle. If the object is a region, then this method returns the biggest rectangle encompassing the entire region.
Note Implementers: This method must not fail for visual objects. The only nonvisual objects are sound objects.