Share via


CallAction (Industry 8.1)

7/8/2014

Review the use, syntax, parameters, and return values of the CallAction method of the IObjectInfoEx API in Windows Embedded 8.1 Industry (Industry 8.1).

This method performs the specified action on the window.

Syntax

HRESULT CallAction(BSTR ActionName);

Parameters

  • ActionName
    [in] A string value specifying the action to perform.

Return Value

Returns ERROR_SUCCESS if successful.

Remarks

The specified action must be included in the action list for the window. Action lists are assumed to be empty until ReadWindowContents is called.

See Also

Reference

IObjectInfoEx interface

Concepts

IObjectInfoEx interface methods
Dialog Filter