Returns a pointer to the language request buffer.
void *srv_langptr ( SRV_PROC * srvproc );
where
A pointer to the beginning of the language buffer. If there is no language request, returns NULL.
The language request buffer can contain an SQL string or an ASCII string. The Open Data Services server application determines which type of string is present and what to do with it.
This entry | For information about |
---|---|
srv_langcpy | Copying part of the language request buffer |
srv_langlen | Returning the length of the language request buffer |