HomeSort by relevance Sort by last modified time
    Searched refs:get_Properties (Results 1 - 11 of 11) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adomd.h 236 virtual HRESULT WINAPI get_Properties(Properties **ppvObject) = 0;
260 HRESULT (WINAPI *get_Properties)(ICellset *This,Properties **ppvObject);
286 #define ICellset_get_Properties(This,ppvObject) (This)->lpVtbl->get_Properties(This,ppvObject)
326 virtual HRESULT WINAPI get_Properties(Properties **ppvObject) = 0;
344 HRESULT (WINAPI *get_Properties)(Cell *This,Properties **ppvObject);
364 #define Cell_get_Properties(This,ppvObject) (This)->lpVtbl->get_Properties(This,ppvObject)
395 virtual HRESULT WINAPI get_Properties(Properties **ppvObject) = 0;
410 HRESULT (WINAPI *get_Properties)(Axis *This,Properties **ppvObject);
427 #define Axis_get_Properties(This,ppvObject) (This)->lpVtbl->get_Properties(This,ppvObject)
497 virtual HRESULT WINAPI get_Properties(Properties **ppvObject) = 0
    [all...]
mqoai.h     [all...]
adoctint.h 439 virtual HRESULT WINAPI get_Properties(ADOProperties **ppvObject) = 0;
462 HRESULT (WINAPI *get_Properties)(_ADOTable *This,ADOProperties **ppvObject);
487 #define _Table_get_Properties(This,ppvObject) (This)->lpVtbl->get_Properties(This,ppvObject)
    [all...]
adoint.h 599 virtual HRESULT WINAPI get_Properties(ADOProperties **ppvObject) = 0;
611 HRESULT (WINAPI *get_Properties)(_ADO *This,ADOProperties **ppvObject);
625 #define _ADO_get_Properties(This,ppvObject) (This)->lpVtbl -> get_Properties(This,ppvObject)
    [all...]
msimcsdk.h     [all...]
dbdaoint.h 217 STDMETHOD(get_Properties) (THIS_ DAOProperties **ppprops) PURE;
223 STDMETHOD(get_Properties) (DAOProperties **ppprops);
    [all...]
netcon.h     [all...]
mmcobj.h     [all...]
  /external/chromium_org/win8/metro_driver/
metro_driver_win7.cc 200 virtual HRESULT STDMETHODCALLTYPE get_Properties(
    [all...]
chrome_app_view.cc     [all...]
chrome_app_view_ash.cc 390 hr = pointer_point_->get_Properties(&properties);
    [all...]

Completed in 470 milliseconds