String Marshalling

  • Thread starter Thread starter Andrew McGrath
  • Start date Start date
A

Andrew McGrath

Is there a limit to how much text (ie WCHAR*) can be marshalled across using
something like

string MyString = Marshal.PtrToStringUni(LParam);

Is there a 1K limit or something?

Thanks

Andrew
 
No, there's no limit. String size would be limited by available memory,
though.

Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top