DdfHyperText - Syntax

This function defines a hypertext link to another panel, which is equal to a link of reftype=hd. Links to footnotes, launch links and links to external databases are not supported.

#define INCL_DDF
#include <os2.h>

HDDF     hddf;            /*  Handle to DDF returned by DdfInitialize. */
PCSZ     pszText;         /*  Hypertext phrase. */
PCSZ     pszReference;    /*  Pointer to a string containing the link reference. */
ULONG    fReferenceType;  /*  Reference Type. */
BOOL     rc;              /*  Success indicator. */

rc = DdfHyperText(hddf, pszText, pszReference,
       fReferenceType);


[Back: DdfHyperText]
[Next: DdfHyperText Parameter - hddf]