GetEAInfo
Returns information about the EAs for a particular open file
#include <\nlm\nit\nwextatt.h>
int GetEAInfo (
int handle,
LONG *totalEAs,
LONG *totalDataSizeOfEAs,
LONG *totalKeySizeOfEAs);
This function returns a value of 0 if successful. Otherwise, it returns an error code (nonzero value).
This function is returned to get basic information about the set of EAs of a particular file. This information can be used along with the function EnumerateEA to get more detailed information about the EAs of a file.