hwndDlg (HWND) - input

      Parent-window handle.

    idItem (ULONG) - input

      Identity of the child window whose text is to be converted.

      It must be greater or equal to 0 and less or equal to 0xFFFF.

    psResult (PSHORT) - output

      Integer value resulting from the conversion.

    fSigned (BOOL) - input

      Sign indicator.

      TRUE

        Signed text. It is inspected for a minus sign (-).
      FALSE
        Unsigned text.

      rc (BOOL) - returns

        Success indicator.

        TRUE

          Successful conversion
        FALSE
          Error occurred.


        [Back] [Next]