Geoff Chappell - Software Analyst
IID_IInitViewLinkedWebOC | {E787F2C0-3D21-4D98-85C8-A038195BA649} |
The IInitViewLinkedWebOC methods are (as ordered in the virtual function table after the IUnknown methods):
Offset | Method |
---|---|
0x0C | SetViewLinkedWebOC |
0x10 | IsViewLinkedWebOC |
0x14 | SetViewLinkedWebOCFrame |
0x18 | GetViewLinkedWebOCFrame |
0x1C | SetFramename |
with prototypes:
HRESULT SetViewLinkedWebOC (BOOL);
HRESULT IsViewLinkedWebOC (BOOL *);
HRESULT SetViewLinkedWebOCFrame (IDispatch *);
HRESULT GetViewLinkedWebOCFrame (IDispatch **);
HRESULT SetFrameName (PWSTR);
The IInitViewLinkedWebOC interface is implemented in SHDOCVW version 6.0, and IEFRAME version 7.0 and higher.
Though this interface dates from as long ago as 2001, it is still not documented by Microsoft as late as the January 2007 edition of the Windows Software Development Kit (SDK).