Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Ascertains whether a window has a Microsoft UI Automation provider implementation.
Syntax
BOOL UiaHasServerSideProvider(
[in] HWND hwnd
);
Parameters
[in] hwnd
Type: HWND
Handle of the window.
Return value
Type: BOOL
TRUE if the window has a UI Automation provider implementation; otherwise FALSE.
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 |