Function
Gets a pointer to the contents of a String Object.
Syntax
#include <dx/dx.h>
char *DXGetString(String s)
Functional Details
Returns a pointer to the NULL-terminated character string contained in a String Object s. The contents of the string must not be modified.
Return Value
Returns a pointer to the string value or returns NULL and sets an error code.
See Also
[Data Explorer Home Page | Contact Data Explorer | Same document on Data Explorer Home Page ]