|
|
|
IOleDocumentSite Interface |
|
IID_IOleDocumentSite |
{B722BCC7-4E68-101B-A2BC-00AA00404770} |
|
The
IOleDocumentSite interface enables a document that has been implemented
as a document object to bypass the normal activation sequence for
in-place-active objects and to directly instruct its client site to activate
it as a document object. A client site with this ability is called a
document site.
A document object calls IOleDocumentSite::ActivateMe
to ask its document site to activate it, typically in response to the
container's call to IOleObject::DoVerb. |
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IOleDocumentSite Methods |
Description |
|
ActivateMe |
Activates an OLE Document Object. |
|
ActivateMe |
|
FUNCTION IOleDocumentSite_ActivateMe ( _ BYVAL pthis AS DWORD PTR _ , BYVAL pViewToActivate AS DWORD _ )
AS LONG
|
Page last updated on Monday, 29 May 2006 15:18:19 +0200