Home | History | Annotate | Download | only in include

Lines Matching defs:Answer

1943     virtual HRESULT WINAPI Answer(void) = 0;
1972 HRESULT (WINAPI *Answer)(ITBasicCallControl *This);
2003 #define ITBasicCallControl_Answer(This) (This)->lpVtbl->Answer(This)
5868 HRESULT (WINAPI *Answer)(ITBasicCallControl2 *This);
5902 #define ITBasicCallControl2_Answer(This) (This)->lpVtbl->Answer(This)