NWGetLocalToUnicodeHandle

Sets rule handle to the local-to-Unicode rule table

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 <unicode.h> 
    
   N_EXTERN_LIBRARY(nint) NWGetLocalToUnicodeHandle  ( 
      pnptr   handle);
   

Pascal Syntax

   uses netwin32 
    
   Function NWGetLocalToUnicodeHandle 
     (handle : pnptr 
   ) : nint;
   

Parameters

handle
(OUT) Points to the rule handle which should be set to NULL before you call this function.

Return Values

These are common return values; see Return Values (Return Values for C) for more information.

0x0000

Successful

0xFE10

UNI_HANDLE_BAD

Remarks

If the rule table has not been loaded, the pointer is set to NULL.

See Also

NWInitUnicodeTables, NWLoadRuleTable, NWLocalToUnicode