#include <nwnamspc.h> #include <nwea.h> or #include <nwcalls.h>NWCCODE N_API NWCloseEA (NW_EA_HANDLE N_FAR EAHandle);
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.
Extended Attribute