|
ReactOS 0.4.16-dev-2491-g3dc6630
|
Enumerations | |
| enum | UIAutomationType { UIAutomationType_Int = 0x01 , UIAutomationType_Bool = 0x02 , UIAutomationType_String = 0x03 , UIAutomationType_Double = 0x04 , UIAutomationType_Point = 0x05 , UIAutomationType_Rect = 0x06 , UIAutomationType_Element = 0x07 , UIAutomationType_Array = 0x00010000 , UIAutomationType_Out = 0x00020000 , UIAutomationType_IntArray = ( UIAutomationType_Int | UIAutomationType_Array ) , UIAutomationType_BoolArray = ( UIAutomationType_Bool | UIAutomationType_Array ) , UIAutomationType_StringArray = ( UIAutomationType_String | UIAutomationType_Array ) , UIAutomationType_DoubleArray = ( UIAutomationType_Double | UIAutomationType_Array ) , UIAutomationType_PointArray = ( UIAutomationType_Point | UIAutomationType_Array ) , UIAutomationType_RectArray = ( UIAutomationType_Rect | UIAutomationType_Array ) , UIAutomationType_ElementArray = ( UIAutomationType_Element | UIAutomationType_Array ) , UIAutomationType_OutInt = ( UIAutomationType_Int | UIAutomationType_Out ) , UIAutomationType_OutBool = ( UIAutomationType_Bool | UIAutomationType_Out ) , UIAutomationType_OutString = ( UIAutomationType_String | UIAutomationType_Out ) , UIAutomationType_OutDouble = ( UIAutomationType_Double | UIAutomationType_Out ) , UIAutomationType_OutPoint = ( UIAutomationType_Point | UIAutomationType_Out ) , UIAutomationType_OutRect = ( UIAutomationType_Rect | UIAutomationType_Out ) , UIAutomationType_OutElement = ( UIAutomationType_Element | UIAutomationType_Out ) , UIAutomationType_OutIntArray = ( UIAutomationType_Int | UIAutomationType_Array | UIAutomationType_Out ) , UIAutomationType_OutBoolArray = ( UIAutomationType_Bool | UIAutomationType_Array | UIAutomationType_Out ) , UIAutomationType_OutStringArray = ( UIAutomationType_String | UIAutomationType_Array | UIAutomationType_Out ) , UIAutomationType_OutDoubleArray = ( UIAutomationType_Double | UIAutomationType_Array | UIAutomationType_Out ) , UIAutomationType_OutPointArray = ( UIAutomationType_Point | UIAutomationType_Array | UIAutomationType_Out ) , UIAutomationType_OutRectArray = ( UIAutomationType_Rect | UIAutomationType_Array | UIAutomationType_Out ) , UIAutomationType_OutElementArray = ( UIAutomationType_Element | UIAutomationType_Array | UIAutomationType_Out ) } |
Functions | |
| importlib ("stdole2.tlb") | |
| DEFINE_ENUM_FLAG_OPERATORS (UIAutomationType) struct UIAutomationParameter | |
Definition at line 1093 of file uiautomationcore.idl.
| UIA::DEFINE_ENUM_FLAG_OPERATORS | ( | UIAutomationType | ) |
Definition at line 1130 of file uiautomationcore.idl.
| UIA::importlib | ( | "stdole2.tlb" | ) |