OLELINKBIND

The OLELINKBIND enumeration constants control binding operations to a link source. They are used in the IOleLink::BindToSource method.

typedef enum tagOLELINKBIND 
{ 
    OLELINKBIND_EVENIFCLASSDIFF    = 1, 
} OLELINKBIND; 
 

Element

OLELINKBIND_EVENIFCLASSDIFF
The binding operation should proceed even if the current class of the link source is different from the last time the link was bound. For example, the link source could be a Lotus spreadsheet that was converted to an Excel spreadsheet.

QuickInfo

  Windows NT: Use version 3.1 and later.
  Windows: Use Windows 95 and later.
  Windows CE: Unsupported.
  Header: Declared in oleidl.h.

See Also

IOleLink::BindToSource