Home | History | Annotate | Download | only in include

Lines Matching refs:OnClose

2610       void (WINAPI *OnClose)(IAdviseSinkEx *This);
2625 #define IAdviseSinkEx_OnClose(This) (This)->lpVtbl->OnClose(This)