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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dispex.h 42 typedef struct IObjectIdentity IObjectIdentity;
285 struct IObjectIdentity : public IUnknown {
292 HRESULT (WINAPI *QueryInterface)(IObjectIdentity *This,REFIID riid,void **ppvObject);
293 ULONG (WINAPI *AddRef)(IObjectIdentity *This);
294 ULONG (WINAPI *Release)(IObjectIdentity *This);
295 HRESULT (WINAPI *IsEqualObject)(IObjectIdentity *This,IUnknown *punk);
298 struct IObjectIdentity {
308 HRESULT WINAPI IObjectIdentity_IsEqualObject_Proxy(IObjectIdentity *This,IUnknown *punk);
comdefsp.h 781 _COM_SMARTPTR_TYPEDEF(IObjectIdentity,__uuidof(IObjectIdentity));
    [all...]

Completed in 4032 milliseconds