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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
docobj.h 43 typedef struct IOleDocumentSite IOleDocumentSite;
125 typedef IOleDocumentSite *LPOLEDOCUMENTSITE;
128 struct IOleDocumentSite : public IUnknown {
135 HRESULT (WINAPI *QueryInterface)(IOleDocumentSite *This,REFIID riid,void **ppvObject);
136 ULONG (WINAPI *AddRef)(IOleDocumentSite *This);
137 ULONG (WINAPI *Release)(IOleDocumentSite *This);
138 HRESULT (WINAPI *ActivateMe)(IOleDocumentSite *This,IOleDocumentView *pViewToActivate);
141 struct IOleDocumentSite {
151 HRESULT WINAPI IOleDocumentSite_ActivateMe_Proxy(IOleDocumentSite *This,IOleDocumentView *pViewToActivate)
    [all...]
comdefsp.h     [all...]

Completed in 781 milliseconds