This topic has not yet been rated - Rate this topic

COlePasteSpecialDialog::AddStandardFormats 

Call this function to add the following Clipboard formats to the list of formats your application can support in a Paste Special operation:


void AddStandardFormats(
   BOOL bEnableLink = TRUE 
);

Parameters

bEnableLink

Flag that determines whether to add CF_LINKSOURCE to the list of formats your application can paste.

  • CF_BITMAP

  • CF_DIB

  • CF_METAFILEPICT

  • "Embedded Object"

  • (optionally) "Link Source"

These formats are used to support embedding and linking.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.