ulCode (ULONG) - input

      The following flags are used to control the find operation:

      MMIO_FE_FINDFIRST

        Find the first element in the specified compound file.
      MMIO_FE_FINDNEXT
        Find the next element in the specified compound file.
      MMIO_FE_FINDELEMENT
        Search for an element in the specified compound file. MMIO_FE_FINDELEMENT supersedes a MMIO_FE_FINDFIRST/MMIO_FE_FINDNEXT search on the same file.
      MMIO_FE_FINDEND
        Complete the search of a compound file. MMIO_FE_FINDEND is called after MMIO_FE_FINDELEMENT, MMIO_FE_FINDNEXT, or MMIO_FE_FINDFIRST.


      [Back] [Next]