Extended
attributes.
This parameter is only used to specify extended attributes (EAs) when creating
a new file, replacing an existing file, or truncating an existing file.
It is ignored when used on a device. When opening existing files, it should
be set to null.
Input
The address of the extended-attribute buffer,
which contains an EAOP2 structure. fpFEA2List
points to a data area where the relevant FEA2
list is to be found. fpGEA2List and oError are ignored.
Output
fpGEA2List and
fpFEA2List are unchanged. The area that fpFEA2List points
to is unchanged. If an error occurred during the set, oError is the
offset of the FEA2 entry where the error
occurred. The return code from DosOpen is the error code for that error
condition. If no error occurred, oError is undefined.
If peaop2 is zero, then no extended attributes are defined for the
file.
If extended attributes are not to be defined or modified, the pointer peaop2
must be set to zero.
[Back: DosOpen Parameter - fsOpenMode]
[Next: DosOpen Return Value - ulrc]