Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note This function is deprecated. Client applications should use the Microsoft UI Automation Component Object Model (COM) interfaces instead.
Syntax
int UiaLookupId(
[in] AutomationIdentifierType type,
[in] const GUID *pGuid
);
Parameters
[in] type
Type: AutomationIdentifierType
A value from the AutomationIdentifierType enumerated type that specifies the type of identifier to look up.
[in] pGuid
Type: GUID*
The address of the unique identifier of the property, pattern, control type, text attribute, or event.
Return value
Type: int
Returns an integer identifier.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | uiautomationcoreapi.h |
Library | Uiautomationcore.lib |
DLL | Uiautomationcore.dll |
See also
Conceptual