NWCloseEA(3nw)


NWCloseEA -- closes the specified Extended Attribute

Synopsis

   #include <nwnamspc.h> 
   #include <nwea.h> 
   or 
   #include <nwcalls.h> 
   

NWCCODE N_API NWCloseEA (NW_EA_HANDLE N_FAR * EAHandle);

Description

The parameters are as follows:

EAHandle
(IN) Points to NW_EA_HANDLE.

Return values

0x0000
SUCCESSFUL

0x89CF
INVALID_EA_HANDLE

0x89D3
EA_VOLUME_NOT_MOUNTED

Notices

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

NW_EA_HANDLE is referenced in all EA functions. NW_EA_HANDLE is for internal use only; applications must not manipulate NW_EA_HANDLE in any way.

Services

Extended Attribute

NCP calls

0x2222 86 01
Close Extended Attribute Handle

30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.