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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adoctint.h 21 typedef struct _ADOADOCollection _ADOCollection;
263 struct _ADOCollection {
291 struct _ADODynaADOCollection : public _ADOCollection {
    [all...]
adoint.h 21 typedef struct _ADOCollection _ADOCollection;
498 struct _ADOCollection : public IDispatch {
507 HRESULT (WINAPI *QueryInterface)(_ADOCollection *This,REFIID riid,void **ppvObject);
508 ULONG (WINAPI *AddRef)(_ADOCollection *This);
509 ULONG (WINAPI *Release)(_ADOCollection *This);
510 HRESULT (WINAPI *GetTypeInfoCount)(_ADOCollection *This,UINT *pctinfo);
511 HRESULT (WINAPI *GetTypeInfo)(_ADOCollection *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
512 HRESULT (WINAPI *GetIDsOfNames)(_ADOCollection *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
513 HRESULT (WINAPI *Invoke)(_ADOCollection *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarR (…)
    [all...]

Completed in 81 milliseconds