Searched refs:pXSate (Results 1 – 3 of 3) sorted by relevance
39 [id(3), helpstring("method DecreaseState")] HRESULT DecreaseState(DWORD pXSate);40 [id(4), helpstring("method IncreaseState")] HRESULT IncreaseState(DWORD pXSate);43 [id(7), helpstring("method SetState")] HRESULT SetState(DWORD pXSate);
193 STDMETHOD(DecreaseState)(DWORD pXSate);194 STDMETHOD(IncreaseState)(DWORD pXSate);195 STDMETHOD(SetState)(DWORD pXSate);
1166 STDMETHODIMP CMAccessible::DecreaseState(DWORD pXSate) in DecreaseState() argument1168 m_dState &= (~pXSate); in DecreaseState()1177 STDMETHODIMP CMAccessible::IncreaseState(DWORD pXSate) in IncreaseState() argument1179 m_dState |= pXSate; in IncreaseState()1188 STDMETHODIMP CMAccessible::SetState(DWORD pXSate) in SetState() argument1190 m_dState = pXSate; in SetState()
Completed in 36 milliseconds