NW_EA_HANDLE_EXT
Defines information associated with the extended attribute handle
typedef struct
{
NWCONN_HANDLE connID ;
nuint32 rwPosition ;
nuint32 EAHandle ;
nuint32 volNumber ;
nuint32 dirBase ;
nuint8 keyUsed ;
nuint16 keyLength ;
nuint8 key [766];
} NW_EA_HANDLE_EXT;
NW_EA_HANDLE_EXT is an internal handle for library use only. Applications must not modify this structure in any way.