Home | History | Annotate | Download | only in include

Lines Matching refs:res1

6170     virtual HRESULT WINAPI SuppressChanges(DWORD res1,DWORD res2) = 0;
6178 HRESULT (WINAPI *SuppressChanges)(ITimeAndNoticeControl *This,DWORD res1,DWORD res2);
6188 #define ITimeAndNoticeControl_SuppressChanges(This,res1,res2) (This)->lpVtbl->SuppressChanges(This,res1,res2)
6191 HRESULT WINAPI ITimeAndNoticeControl_SuppressChanges_Proxy(ITimeAndNoticeControl *This,DWORD res1,DWORD res2);