CloseEA

Closes a file that was opened for EA I/O by OpenEA

Local Servers:blocking
Remote Servers:blocking
Classification:3.12, 3.2, 4.x, 5.x, 6.x
Service:Server-Based Extended Attributes

Syntax

  #include <\nlm\nit\nwextatt.h> 
    
  int CloseEA (  
     int   handle);
  

Parameters

handle
(IN) Specifies the EA handle opened by OpenEA.

Return Values

0

Success

Nonzero

Failure

Remarks

For cross-platform functionality, call NWCloseEA.

Values for EAs are defined in the \nlm\nit\nwextatt.h file.

NOTE:This function does not work remotely on NetWare 3.x servers.

See Also

OpenEA, ReadEA, WriteEA