Searched defs:GetEntries (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dgpmgmt.h2782 virtual HRESULT WINAPI GetEntries(IGPMMapEntryCollection **ppEntries) = 0;
2801 HRESULT (WINAPI *GetEntries)(IGPMMigrationTable *This,IGPMMapEntryCollection **ppEntries); member in struct:IGPMMigrationTableVtbl
2822 #define IGPMMigrationTable_GetEntries(This,ppEntries) (This)->lpVtbl->GetEntries(This,ppEntries)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dgpmgmt.h2782 virtual HRESULT WINAPI GetEntries(IGPMMapEntryCollection **ppEntries) = 0;
2801 HRESULT (WINAPI *GetEntries)(IGPMMigrationTable *This,IGPMMapEntryCollection **ppEntries); member in struct:IGPMMigrationTableVtbl
2822 #define IGPMMigrationTable_GetEntries(This,ppEntries) (This)->lpVtbl->GetEntries(This,ppEntries)

Completed in 54 milliseconds