Home | History | Annotate | Download | only in include

Lines Matching defs:DeleteEntry

2779     virtual HRESULT WINAPI DeleteEntry(BSTR bstrSource) = 0;
2798 HRESULT (WINAPI *DeleteEntry)(IGPMMigrationTable *This,BSTR bstrSource);
2819 #define IGPMMigrationTable_DeleteEntry(This,bstrSource) (This)->lpVtbl->DeleteEntry(This,bstrSource)