I'm writing a DLL in C++ for VB. If i'm passing a string to a C Function, would I use char[255] or some character
array large enough to hold the string? Do I need any other
arguments.