Share via


OLELINKBIND (Windows CE 5.0)

Send Feedback

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

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

OS Versions: Windows CE 3.0 and later.
Header: Oleidl.h.

See Also

IOleLink::BindToSource

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.