NW_EA_FF_STRUCT_EXT
Maintains state information when scanning an extended attribute file
typedef struct
{
NWCONN_HANDLE connID ;
nuint16 nextKeyOffset ;
nuint16 nextKey ;
nuint32 numKeysRead ;
nuint32 totalKeys ;
nuint32 EAHandle ;
nuint16 sequence ;
nuint16 numKeysInBuffer ;
nuint8 enumBuffer [1530];
} NW_EA_FF_STRUCT_EXT;
NW_EA_FF_STRUCT_EXT is an internal handle for library use only. Applications must not modify this structure in any way.