Home | History | Annotate | Download | only in include

Lines Matching defs:GetEntries

2782     virtual HRESULT WINAPI GetEntries(IGPMMapEntryCollection **ppEntries) = 0;
2801 HRESULT (WINAPI *GetEntries)(IGPMMigrationTable *This,IGPMMapEntryCollection **ppEntries);
2822 #define IGPMMigrationTable_GetEntries(This,ppEntries) (This)->lpVtbl->GetEntries(This,ppEntries)