This function creates a paragraph within the DDF buffer. It corresponds to the :p. tag. This function places a reference to a bit map in the DDF buffer.
#define INCL_DDF #include <os2.h> HDDF hddf; /* Handle to DDF returned by DdfInitialize. */ BOOL rc; /* Success indicator. */ rc = DdfPara(hddf);