NWOpenEAExt
Fills the NW_EA_HANDLE_EXT structure so it can be used by the NWReadEAExt and NWWriteEAExt functions
#include <nwnamspc.h>
#include <nwea.h>
or
#include <nwcalls.h>
N_EXTERN_LIBRARY(NWCCODE) NWOpenEAExt (
NWCONN_HANDLE conn,
NWDIR_HANDLE dirHandle,
const nstr8 N_FAR *path,
pnstr8 EAName,
nuint8 nameSpace,
NW_EA_HANDLE_EXT N_FAR *EAHandle);
These are common return values; see Return Values (Return Values for C) for more information.
NWOpenEAExt combines the functionality of the NWGetDirectoryBaseExt and NWGetEAHandleStructExt functions in one function.
The NWFindFirstEAExt and NWFindNextEAExt functions also return a filled NW_EA_HANDLE_EXT structure.
NOTE:For information about the requirments for using the ...Ext family of extended attribute functions, see UTF-8 Path and Filenames in Multiple and Inter-File Services.
NWFindFirstEAExt, NWFindNextEAExt, NWGetDirectoryBaseExt (Multiple and Inter-File Management), NWGetEAHandleStructExt, NWReadEAExt, NWWriteEAExt