This document is archived and information here might be outdated. Recommended version. |
Valid only in MFC environment. Initialize the internal COleClientItem. Pass in a pointer to the application's COleDocument.
[Visual Basic .NET]
Public Sub CreateOleClientItem ( _
ByVal oleDocument As IntPtr _
)
[C#]
public void CreateOleClientItem (
IntPtr oleDocument
);
[C++]
HRESULT CreateOleClientItem(
System.IntPtr* oleDocument
);
[C++] Parameters oleDocument
oleDocument is a parameter of type void*
OleClientItem is valid only in the MFC (Microsoft Foundation Classes) environment. The method is used to initialize the internal COleClientItem. Pass in a pointer to the application's COleDocument when executing the method.