Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This enumeration contains constants that control binding operations to a link source. It is used in IOleLink::BindToSourcemethod.

Syntax

typedef enum tagOLELINKBIND { 
  OLELINKBIND_EVENIFCLASSDIFF = 1, 
} OLELINKBIND; 

Elements

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.

Requirements

Header Oleidl.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also