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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dmtxadmin.h275 virtual HRESULT WINAPI PopulateByKey(SAFEARRAY *aKeys) = 0;
302 HRESULT (WINAPI *PopulateByKey)(ICatalogCollection *This,SAFEARRAY *aKeys); member in struct:ICatalogCollectionVtbl
331 #define ICatalogCollection_PopulateByKey(This,aKeys) (This)->lpVtbl->PopulateByKey(This,aKeys)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dmtxadmin.h275 virtual HRESULT WINAPI PopulateByKey(SAFEARRAY *aKeys) = 0;
302 HRESULT (WINAPI *PopulateByKey)(ICatalogCollection *This,SAFEARRAY *aKeys); member in struct:ICatalogCollectionVtbl
331 #define ICatalogCollection_PopulateByKey(This,aKeys) (This)->lpVtbl->PopulateByKey(This,aKeys)

Completed in 21 milliseconds