Microsoft Foundation OLE Classes (mfcole.hlp) (Topic list)
COleClientItem::GetType
COleClientItem                              Up Contents Index Back
──Microsoft Foundation OLE Classes──────────────────────────────────────────
 
  UINT GetType();
 
  Remarks
 
  Indicates whether the item is embedded, linked, or static.
 
  Return Value
 
  An unsigned integer with one of the following values:
  Value         Meaning
 
  OT_LINK       The object is a link.
 
  OT_EMBEDDED   The object is embedded.
 
  OT_STATIC     The object is a static (metafile-based) picture.
 
 
                                     -♦-