hwndDlg (HWND) - input

      Parent-window handle.

    idItem (ULONG) - input

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

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

    usValue (USHORT) - input

      Integer value used to generate the dialog item text.

    fSigned (BOOL) - input

      Sign indicator.

      TRUE

        Signed integer value
      FALSE
        Unsigned integer value.

      rc (BOOL) - returns

        Success indicator.

        TRUE

          Successful completion
        FALSE
          Error occurred.


        [Back] [Next]