Home | History | Annotate | Download | only in include

Lines Matching defs:Evict

1641     virtual HRESULT WINAPI Evict(void) = 0;
1666 HRESULT (WINAPI *Evict)(ISClusNode *This);
1693 #define ISClusNode_Evict(This) (This)->lpVtbl->Evict(This)