UIAUtils.h 212 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 #ifndef NVDAHELPERLOCAL_UIAUTILS_H #define NVDAHELPERLOCAL_UIAUTILS_H #include <uiAutomationCore.h> PROPERTYID registerUIAProperty(GUID* guid, LPCWSTR programmaticName, UIAutomationType propertyType); #endif