Home
last modified time | relevance | path

Searched refs:propertyId (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dresource_view_provider.cpp92 IFACEMETHODIMP resource_view_provider::GetPropertyValue(PROPERTYID propertyId, VARIANT* pRetVal) in GetPropertyValue() argument
94 if (propertyId == UIA_LocalizedControlTypePropertyId) in GetPropertyValue()
99 else if (propertyId == UIA_ControlTypePropertyId) in GetPropertyValue()
104 else if (propertyId == UIA_IsKeyboardFocusablePropertyId) in GetPropertyValue()
Dresource_item_provider.cpp99 IFACEMETHODIMP resource_item_provider::GetPropertyValue(PROPERTYID propertyId, VARIANT* pRetVal) in GetPropertyValue() argument
101 switch (propertyId) in GetPropertyValue()