Funzione UiaLookupId (uiautomationcoreapi.h)
Nota Questa funzione è deprecata. Le applicazioni client devono usare invece le interfacce Microsoft Automazione interfaccia utente Component Object Model (COM).
Sintassi
int UiaLookupId(
[in] AutomationIdentifierType type,
[in] const GUID *pGuid
);
Parametri
[in] type
Tipo: AutomationIdentifierType
Valore del tipo enumerato AutomationIdentifierType che specifica il tipo di identificatore da cercare.
[in] pGuid
Tipo: GUID*
Indirizzo dell'identificatore univoco della proprietà, del modello, del tipo di controllo, dell'attributo di testo o dell'evento.
Valore restituito
Tipo: int
Restituisce un identificatore intero.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Piattaforma di destinazione | Windows |
Intestazione | uiautomationcoreapi.h |
Libreria | Uiautomationcore.lib |
DLL | Uiautomationcore.dll |
Vedi anche
Informazioni concettuali