UIAutomationParameter Structure

Contains information about a parameter.

Syntax

typedef struct {
    UIAutomationType type;
    void *pData;
} UIAutomationParameter;

Members

  • type
    A value from the UIAutomationType enumerated type indicating the type of the parameter.
  • pData
    The address of the parameter data.

Structure Information

Header uiautomationcore.h
Minimum operating systems Windows 7

See Also

IUIAutomationPatternInstance::CallMethod, IUIAutomationPatternHandler::Dispatch