Hi,
it took me hours to get my Clipboard.hasDataMatchingFlavors() method to work. I always used nsISupportsString instead of nsISupportsCString (additional "C" before "String").
This seems to be not documented anywhere. Is there some more information about it out there?
Actually what's the difference between them? And what about nsISupportsChar?


My understanding so far is:
- nsISupportsChar just for a single character
- nsISupportsCString for 1byte character strings (plaintext)
- nsISupportsString for 2byte character strings (unicode)

May someone confirm/correct this?

Thanks
Daniel
_______________________________________________
Mozilla-xpcom mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to