|
| HRESULT | RegisterProperty ([in] const struct UIAutomationPropertyInfo *property, [out] PROPERTYID *propertyId) |
| |
| HRESULT | RegisterEvent ([in] const struct UIAutomationEventInfo *event, [out] EVENTID *eventId) |
| |
| HRESULT | RegisterPattern ([in] const struct UIAutomationPatternInfo *pattern, [out] PATTERNID *pPatternId, [out] PROPERTYID *pPatternAvailablePropertyId, [in] UINT propertyIdCount, [out, size_is(propertyIdCount)] PROPERTYID *pPropertyIds, [in] UINT eventIdCount, [out, size_is(eventIdCount)] EVENTID *pEventIds) |
| |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| |
| ULONG | AddRef () |
| |
| ULONG | Release () |
| |
Definition at line 1216 of file uiautomationcore.idl.
◆ RegisterEvent()
◆ RegisterPattern()
◆ RegisterProperty()
The documentation for this interface was generated from the following file: