EA's on Win32

Jeremy Allison jra at samba.org
Mon Mar 22 23:03:12 GMT 2004


Ok, I'm looking at the EA support in Windows...

The ever useful Samba4 defines an EA on the wire
as :

struct ea_struct {
	uint8 flags;
	WIRE_STRING name;
	DATA_BLOB value;
} *eas;

Does anyone know what goes in the 1 byte flags field ?

Jeremy.


More information about the samba-technical mailing list