// ------------------------------------------------------------- // UIAutomation.h // // UIAutomation API Header, brings in all the other UIAutomation headers // // Copyright (c) Microsoft Corporation. All rights reserved. // ------------------------------------------------------------- #include #pragma region Desktop Family #if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) #include #include #include #endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) */ #pragma endregion