ulSession (ULONG) - input

      Session identity of application whose title is requested.

    • Use the session identity of the caller
      Other
        Use the specified session identity.

      pszTitle (PSZ) - output

        Window List title.

        This is the title of the application with a process identity, if the application is present in the Window List.

      ulTitlelen (ULONG) - input

        Maximum length of data returnable, in bytes.

        If the pszTitle parameter is longer than this, the title is truncated. However, the terminating null character is left at the end of the string. The maximum number of title characters copied is (ulTitlelen-1).

      rc (ULONG) - returns

        Return code.

      • Successful completion Other
          Error occurred.


        [Back] [Next]