hf (HFILE) - input
ulInfoLevel (ULONG) - input
Level of file information being set.
A value of 1 or 2 can be specified, as shown in the list below:
- FIL_STANDARD Level 1 file information
- FIL_QUERYEASIZE
Level 2 file information
The structures described in pInfoBuf indicate the information being
set for each of these levels.
pInfoBuf (PVOID) - input
Address of the storage area containing the structures
for file information levels.
Level 1 File Information (ulInfoLevel == FIL_STANDARD)
Level 2 File Information (ulInfoLevel
== FIL_QUERYEASY)
pInfoBuf contains
an EAOP2 data structure, and sets
a series of EA name/value pairs.
Input
pInfoBuf is an EAOP2
data structure in which fpFEA2List points to a data area where
the relevant FEA2LIST is to be
found. fpGEA2List and oError are ignored.
Output
fpGEA2List and fpFEA2List are unchanged.
The area pointed to by fpFEA2List is also unchanged. If an error
occurred during the set, oError is the offset of the FEA2
where the error occurred. The return code is the error code corresponding
to the condition generating the error. If no error occurred, oError is
undefined.
cbInfoBuf (ULONG) - input
The length, in bytes, of pInfoBuf.
ulrc (APIRET) - returns
[Back]
[Next]