NWUXGetSubUni

Returns the current substitution Unicode character for the 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) NWUGetSubUni  ( 
      pCONVERT   byteUniHandle,  
      punicode   substituteUni);
   

Pascal Syntax

   uses netwin32 
    
   Function NWUGetSubUni 
     (byteUniHandle : pCONVERT;
     substituteUni : punicode              
   ): nint;
   

Parameters

byteUniHandle
(IN) Points to the converter handle.
substituteUni
(OUT) Points to the current substitution character (see Substitution Characters).

Return Values

0x0000

SUCCESSFUL

0xFDE9

NWU_NULL_HANDLE

0xFDEA

NWU_BAD_HANDLE

0xFDEB

NWU_HANDLE_MISMATCH

Remarks

See exgsubu.c for sample code.

See Also

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