NWUnloadRuleTable

Deallocates memory for a rule table set up and allocated by NWLoadRuleTable

NetWare Server:4.x, 5.x, 6.x
Platform:Windows 95, Windows 98, Windows NT
Library:Cross-Platform Localization (LOC*.*)
Service:Unicode

Syntax

   #include <unicode.h> 
    
   N_EXTERN_LIBRARY(nint) NWUnloadRuleTable  ( 
      nptr   ruleHandle);
   

Pascal Syntax

   uses netwin32 
    
   Function NWUnloadRuleTable 
     (ruleHandle : nptr             
   ) : nint;
   

Parameters

ruleHandle
(IN) Points to the rule table handle.

Return Values

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

0x0000

Successful

0xFE10

UNI_HANDLE_BAD

See Also

NWLoadRuleTable