OLELINKBIND enumeration (oleidl.h)

Controls binding operations to a link source.

Syntax

typedef enum tagOLELINKBIND {
  OLELINKBIND_EVENIFCLASSDIFF = 1
} OLELINKBIND;

Constants

 
OLELINKBIND_EVENIFCLASSDIFF
Value: 1
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

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header oleidl.h

See also

IOleLink::BindToSource