Returns the length of the language request buffer.
long srv_langlen ( SRV_PROC * srvproc );
where
The length, in bytes, of the language request buffer received from the client. If there is no current language request from the client, returns -1.
All or part of the request buffer can be accessed using srv_langcpy.
This entry | For information about |
---|---|
srv_langcpy | Copying part of the language request buffer |
srv_langptr | Returning a pointer to the language request buffer |