Parses a server or volume path, copies the server name to the buffer specified by server, and returns a pointer to the volume path
#include <nwdpath.h>
or
#include <nwcalls.h>
N_EXTERN_LIBRARY(pnstr8) NWStripServerOffPath (
constr nstr8 N_FAR *path,
pnstr8 server);
uses calwin32
Function NWStripServerOffPath
(path : pnstr8;
server : pnstr8
) : pnstr8;
(IN) Points to a string containing a server volume path.
(OUT) Points to a 48-character buffer for the server name (optional).
These are common return values; see Return Values (Return Values for C) for more information.