Home | History | Annotate | Download | only in include

Lines Matching refs:SetAbort

1260     virtual HRESULT WINAPI SetAbort(void) = 0;
1284 HRESULT (WINAPI *SetAbort)(ObjectContext *This);
1310 #define ObjectContext_SetAbort(This) (This)->lpVtbl->SetAbort(This)
3419 virtual HRESULT WINAPI SetAbort(void) = 0;
3434 HRESULT (WINAPI *SetAbort)(IObjectContext *This);
3451 #define IObjectContext_SetAbort(This) (This)->lpVtbl->SetAbort(This)