usQueryMode (USHORT)

      Query Mode.

      MLFQS_MINMAXSEL

        Return both minimum and maximum points of selection in a format compatible with the EM_QUERYSEL message.
      MLFQS_MINSEL
        Return minimum insertion point of selection.
      MLFQS_MAXSEL
        Return maximum insertion point of selection.
      MLFQS_ANCHORSEL
        Return anchor point of selection.
      MLFQS_CURSORSEL
        Return cursor point of selection.

      ulReserved (ULONG)

        Reserved value, should be 0.

      sMinSel (SHORT)

        Minimum insertion point of selection.

        This value is rounded down to 65 535, if necessary.

        ReturnCode contains sMinSel and sMaxSel for a usQueryMode of MLFQS_MINMAXSEL.

      sMaxSel (SHORT)

        Maximum insertion point of selection.

        This value is rounded down to 65 535 if necessary.

        ReturnCode contains sMinSel and sMaxSel for a usQueryMode of MLFQS_MINMAXSEL.

      ipt (IPT)

        Requested insertion point.

        ReturnCode contains ipt for a usQueryMode of MLFQS_MINSEL, MLFQS_MAXSEL, MLFQS_ANCHORSEL, or MLFQS_CURSORSEL.


      [Back] [Next]