Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, I have one function which is return string array in my C++ dll .from this function how can return error .please help me . Thanks
venkatesh52867 wrote: how can return error
venkatesh52867 wrote:
how can return error
Use SetLastError() to set some unique error code, and return NULL instead of a valid pointer.
SetLastError()
NULL
Use the best guess