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::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.
 
 
                                     -♦-