[This is preliminary documentation and subject to change.]
Modifies the selection or moves the keyboard focus according to the specified flags.
HRESULT accSelect(
long flagsSelect,
VARIANT varChild
);
Returns S_OK if successful or one of the following values or a standard COM error code otherwise.
DISP_E_MEMBERNOTFOUND |
E_INVALIDARG |
S_FALSE |
If the selection can't be placed at the requested location, the server fails the call and returns S_FALSE.
Applications can use this method to perform complex selection operations. For more information, see Selecting Child Objects.