Re: Has anyone used Link Source Descriptor or Link Source Clip board t

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Buddhike <Buddhike@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
> Has anyone used Link Source Descriptor or Link Source Clip board
> types? What are the data structures I can use to access them?

CF_LINKSOURCE contains a stream saved by the moniker that represents the
link. This allows you to get back to the linked object.

CF_LINKSRCDESCRIPTOR contains OBJECTDESCRIPTOR structure. It's mainly a
recommendation of how you should display this link to the user - in
particular it contains a human-readable string describing the link.

You don't usually deal with these formats manually - you would use
OleCreateLinkFromData or OleUIPasteSpecial.
--
With best wishes,
Igor Tandetnik

With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925


.