Microsoft Foundation OLE Classes (mfcole.hlp) (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
COleClientItem::COleClientItem
COleClientItem                              Up Contents Index Back
──Microsoft Foundation OLE Classes──────────────────────────────────────────
 
  COleClientItem( COleClientDoc* pContainerDoc );
 
  Parameter       Description
 
  <pContainerDoc> A pointer to the already-registered OLE client document
                  object that will contain this new OLE item.
 
  Remarks
 
  This constructor does not call any OLECLI.DLL functions. You must call
  one of the following COleClientItem member functions after you construct
  the OLE item and before you do anything else with the item:
  CreateFromClipboard
 
  CreateStaticFromClipboard
 
  CreateLinkFromClipboard
 
  CreateNewObject
 
  CreateCloneFrom
 
 
 
                                     -♦-