hwndNotify (HWND) - input

      Notification-window handle.

      A WM_APPTERMINATENOTIFY message is posted to this window, when the started application terminates.

    pDetails (PPROGDETAILS) - input

      Program list structure.

    pszParams (PSZ) - input

      Input parameters for the application to be started.

      This specifies the command line parameters to be passed to this application when it starts.

    pReserved (PVOID) - input

      Start data.

      Reserved, must be NULL.

    ulOptions (ULONG) - input

      Option indicators.

      If more than one option is selected, the values can be ORed together.

    happ (HAPP) - returns

      Application handle.

      NULL

        Application not started.
      Other
        Application handle.


      [Back] [Next]