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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dmtxadmin.h274 virtual HRESULT WINAPI get_DataStoreMinorVersion(__LONG32 *retval) = 0;
301 HRESULT (WINAPI *get_DataStoreMinorVersion)(ICatalogCollection *This,__LONG32 *retval); member in struct:ICatalogCollectionVtbl
330 #define ICatalogCollection_get_DataStoreMinorVersion(This,retval) (This)->lpVtbl->get_DataStoreMinorVersion(This,retval)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dmtxadmin.h274 virtual HRESULT WINAPI get_DataStoreMinorVersion(__LONG32 *retval) = 0;
301 HRESULT (WINAPI *get_DataStoreMinorVersion)(ICatalogCollection *This,__LONG32 *retval); member in struct:ICatalogCollectionVtbl
330 #define ICatalogCollection_get_DataStoreMinorVersion(This,retval) (This)->lpVtbl->get_DataStoreMinorVersion(This,retval)

Completed in 44 milliseconds