NWCloseEAExt

Closes the specified Extended Attribute, using UFT-8 path and filenames

Local Servers:blocking
Remote Servers:blocking
NetWare Server:6.5 SP2 or later
Platform:NLM, Windows 2000, Windows XP
Client:4.90 SP2 or later
Library:Cross-Platform NetWare Calls (CAL*.*)
Service:Extended Attribute

Syntax

  #include <nwnamspc.h> 
  #include <nwea.h> 
  or 
  #include <nwcalls.h> 
   
  N_EXTERN_LIBRARY(NWCCODE) NWCloseEAExt  ( 
     const NW_EA_HANDLE_EXT  N_FAR  *EAHandle);
  

Parameters

EAHandle
(IN) Points to NW_EA_HANDLE_EXT.

Return Values

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

0x0000

SUCCESSFUL

0x89CF

INVALID_EA_HANDLE

0x89D3

EA_VOLUME_NOT_MOUNTED

Remarks

NWCloseEAExt must be called to save any changes made to an Extended Attribute. NWCloseEAExt must be called after a complete Read and/or Write cycle, not after each read or write function. ( NWCloseEAExt should not be called after a find.)

NOTE:NW_EA_HANDLE_EXT is referenced in all Extended Attribute functions. NW_EA_HANDLE_EXT is for internal use only; do not manipulate NW_EA_HANDLE_EXT in any way.

NCP Calls