nxContextFlushName

Flushes the context name to the underlying NetWare thread for viewing in the NetWare System Debugger.

Library:LibC
Classification:Novell
Service:NetWare Platform

Syntax

  #include <nks/netware.h>
   
  int nxContextFlushName (
     NXContext_t  *context);
  

Parameters

context

(IN) Points to the context whose name is to be flushed.

Return Values

Returns zero on success or an error on failure:

Decimal

Hex

Constant

Description

9

0x09

NX_EINVAL

Context is invalid

Remarks

Because a context and the thread to which it is attached form an unpredictable coupling and because the name of a different context might reside with a thread, it might be useful to flush the name of a context to the thread to which it is currently bound soon after the binding.

See Also

NXContextSetName