hwndFrame (HWND) - input

      Frame-window handle.

      Becomes the parent and owner window of all the frame controls that are created:

      HWND_DESKTOP

        The desktop window
      HWND_OBJECT
        Object window
      Other
        Specified window.

      pfcdata (PFRAMECDATA) - input

        Frame-control data.

        This includes a combination of frame creation flags (FCF_*), that specifies which frame controls are to be created. For further information, see

      pszTitle (PSZ) - input

        Title string.

        This parameter contains a string that is displayed in the WC_TITLEBAR control only when FCF_TITLEBAR is specified in pfcdata.

      rc (BOOL) - returns

        Success indicator.

        TRUE

          Successful completion
        FALSE
          Error occurred.


        [Back] [Next]