NWUXResetConverter

Resets the converter to a default state

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) NWUXResetConverter  ( 
      pCONVERT   convert);
   

Pascal Syntax

   uses netwin32 
    
   Function NWUXResetConverter 
     convert : pCONVERT           
   ): nint;
   

Parameters

convert
(IN) Points to the handle of the converter to be reset.

Return Values

0x0000

SUCCESSFUL

0xFDE9

NWU_NULL_HANDLE

0xFDEA

NWU_BAD_HANDLE

0xFDEB

NWU_HANDLE_MISMATCH

Remarks

See exreset.c for sample code.