Searched refs:put_SortOrder (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dadoctint.h793 virtual HRESULT WINAPI put_SortOrder(SortOrderEnum newVal) = 0;
824 HRESULT (WINAPI *put_SortOrder)(_ADOColumn *This,SortOrderEnum newVal); member in struct:_ColumnVtbl
857 #define _Column_put_SortOrder(This,newVal) (This)->lpVtbl->put_SortOrder(This,newVal)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dadoctint.h793 virtual HRESULT WINAPI put_SortOrder(SortOrderEnum newVal) = 0;
824 HRESULT (WINAPI *put_SortOrder)(_ADOColumn *This,SortOrderEnum newVal); member in struct:_ColumnVtbl
857 #define _Column_put_SortOrder(This,newVal) (This)->lpVtbl->put_SortOrder(This,newVal)

Completed in 68 milliseconds