Sets the default name context.
#include <nwnet.h>
or
#include <nwndscon.h>
N_EXTERN_LIBRARY (NWDSCCODE) NWSetDefaultNameContext (
nuint16 contextLength,
pnuint8 context);
uses netwin32
Function NWSetDefaultNameContext
(contextLength : nuint16;
context : pnuint8
) : NWCCODE;
(IN) Specifies the length of the context.
(IN) Points to the buffer containing the 256-byte default name context.
These are common return values; see NDS Return Values
for more information.
The default name context may have been originally set in net.cfg. If the name is longer than 256 bytes, it will be truncated.