When I look at the clipboard all I am getting is a IRandomAccessStream under the name "Terminal Services Private Data". This is what happens when you copy files from the desktop but you're running your app in the simulator. I would like to try to read this data, does anyone know where I can find documentation to find out what's in the stream? It is the same format and value type if you copy multiple files or one.
Asked
Active
Viewed 184 times
0

the Tin Man
- 158,662
- 42
- 215
- 303

justin.m.chase
- 13,061
- 8
- 52
- 100
-
I think it's clear from the name of the format that it is undocumented. – Raymond Chen Dec 28 '12 at 20:50
1 Answers
0
You could write a little app to dump that out as a string, or hex values. I bet if you got a good look at it, the format would be apparent.

Chris Thornton
- 15,620
- 5
- 37
- 62