lOrigin (LONG) - input

      Specifies how the lOffset parameter is interpreted:

      SEEK_SET

        Seek to an absolute (bytes from the beginning of the file) seek position specified in the lOffset parameter. This is the default.
      SEEK_CUR
        Seek to a relative (bytes from the current file position) seek position specified in the lOffset parameter.
      SEEK_END
        Seek to lOffset bytes from the end of the file.
      MMIO_SEEK_IFRAME
        Seek to the nearest I-frame based on one of the previous flags. This flag can only be used with digital video only data tracks (or files).


      [Back] [Next]