CF_METAFILEPICT top-level constant

  1. @Deprecated('Use CLIPBOARD_FORMAT.CF_METAFILEPICT instead')
int const CF_METAFILEPICT

Handle to a metafile picture format as defined by the METAFILEPICT structure. When passing a CF_METAFILEPICT handle by means of DDE, the application responsible for deleting hMem should also free the metafile referred to by the CF_METAFILEPICT handle.

Implementation

@Deprecated('Use CLIPBOARD_FORMAT.CF_METAFILEPICT instead')
const CF_METAFILEPICT = 3;