I'm looking for the interfaces to allow me to access the clipboard in native c++ metro app - similar to DataTransfer::Clipboard::SetContent in C#.
can someone please refer me to those interfaces and how can it be done using the WRL library?
I'm looking for the interfaces to allow me to access the clipboard in native c++ metro app - similar to DataTransfer::Clipboard::SetContent in C#.
can someone please refer me to those interfaces and how can it be done using the WRL library?
Copyright © 2021 Jogjafile Inc.
In WRL, you need to get the IClipboardStatics interface which contains the SetContent method.