NWUXGetSubByte

Returns the substitution byte for the specified converter

Local Servers:nonblocking
Remote Servers:N/A
NetWare Server:4.x, 5.x, 6.x
Platform:NLM, Windows NT, Windows95, Windows 98
Library:Cross-Platform Localization (LOC*.*)
Service:Unicode

Syntax

   #include <nunicode.h> 
    
   N_EXTERN_LIBRARY(nint) NWUXGetSubByte  ( 
      pCONVERT   byteUniHandle,  
      pnuint8    substituteByte);
   

Pascal Syntax

   uses netwin32 
    
   Function NWUXGetSubByte 
     (byteUniHandle : pCONVERT;
     substituteByte : pnuint8              
   ): nint;
   

Parameters

byteUniHandle
(IN) Points to the handle of the converter to be used.
substituteByte
(OUT) Points to the current substitution byte (see Substitution Characters).

Return Values

0x0000

SUCCESSFUL

0xFDE9

NWU_NULL_HANDLE

0xFDEA

NWU_BAD_HANDLE

0xFDEB

NWU_HANDLE_MISMATCH

Remarks

See exgsubb.c for sample code.

See Also

NWUXGetNoMapAction, NWUXGetByteFunctions, NWUXGetSubUni, NWUXGetUniFunctions, NWUXSetNoMapAction, NWUXSetByteFunctions, NWUXSetUniFunctions, NWUXSetSubByte, NWUXSetSubUni