pCursorPos (PRECTL)

      Cursor position.

      If usCode = QCP_CONVERT, pCursorPos should be updated to contain the position of the cursor in the window receiving this message. The position is specified as a rectangle in screen coordinates.

      If usCode = QCP_NOCONVERT, pCursorPos should not be updated.

    ulReserved (ULONG)

      Reserved value, should be 0.

    usCode (USHORT)

      Conversion code.

      QCP_CONVERT

        Conversion may be performed for the window with the input focus, pCursorPos has been updated to contain the position of the cursor.
      QCP_NOCONVERT
        Conversion should not be performed, the window with the input focus cannot receive DBCS characters, pCursorPos has not been updated.


      [Back] [Next]