hddf (HDDF) - input

      Handle to DDF returned by DdfInitialize.

    pszText (PCSZ) - input

      Hypertext phrase.

    pszReference (PCSZ) - input

      Pointer to a string containing the link reference.

      The value of this parameter depends on the value of fReferenceType.

      If fReferenceType is REFERENCE_BY_RES

        pszReference must contain a pointer to a numeric string containing the res number; otherwise it will default to a res number of zero. Valid values are 1 - 64000; all other values are reserved.
      If fReferenceType is REFERENCE_BY_ID
        pszReference must contain a pointer to a string containing the alphanumeric identifier of the destination panel.

      fReferenceType (ULONG) - input

        Reference Type.

        This parameter specifies whether you are linking via a resource identifier (res number) or via an alphanumeric identifier.

        REFERENCE_BY_RES

          To link via a resource identifier.
        REFERENCE_BY_ID
          To link via an alphanumeric identifier.

        rc (BOOL) - returns

          Success indicator.

          TRUE

            Successful completion
          FALSE
            Error occurred.


          [Back] [Next]