pInfoBuf (PVOID) - input

      Address of the storage area containing the structures for file information levels.

      Level 1 File Information (ulInfoLevel == FIL_STANDARD)

        pInfoBuf contains the FILESTATUS3 data structure.
      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.


        [Back] [Next]