hwndDlg (HWND) - input

      Parent-window handle.

    idItem (ULONG) - input

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

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

    pszText (PSZ) - input

      Source string.

      This is the text string that is to be set into the dialog item.

    rc (BOOL) - returns

      Success indicator.

      TRUE

        Successful completion
      FALSE
        Error occurred.


      [Back] [Next]