Searched refs:the_state (Results 1 – 1 of 1) sorted by relevance
2844 STATE the_state; in test_typelibmarshal() local2985 hr = IWidget_get_State(pWidget, &the_state); in test_typelibmarshal()2987 …ok(the_state == STATE_WIDGETIFIED, "should have returned WIDGET_WIDGETIFIED instead of %d\n", the_… in test_typelibmarshal()2990 the_state = STATE_WIDGETIFIED; in test_typelibmarshal()2993 V_I4REF(&vararg[0]) = (int *)&the_state; in test_typelibmarshal()