NW_EA_HANDLE
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 [256];
} NW_EA_HANDLE;
uses calwin32
NW_EA_HANDLE = packed Record
connID : NWCONN_HANDLE;
rwPosition : nuint32;
EAHandle : nuint32;
volNumber : nuint32;
dirBase : nuint32;
keyUsed : nuint8;
keyLength : nuint16;
key : Array[0..255] Of nuint8
End;
NW_EA_HANDLE is an internal handle for library use only. Applications must not modify this structure in any way.