UIAutomationEventInfo Structure

Contains information about a custom event.

Syntax

typedef struct {
    GUID guid;
    LPCWSTR pProgrammaticName;
} UIAutomationEventInfo;

Members

  • guid
    The event identifier.
  • pProgrammaticName
    The programmatic name of the event (a non-localizable string).

Structure Information

Header uiautomationcore.h
Minimum operating systems Windows 7

See Also

IUIAutomationRegistrar::RegisterEvent