home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / printfpm.zip / PRINTF.H < prev    next >
Text File  |  1996-06-23  |  446b  |  8 lines

  1.  
  2. VOID InitPrintf(PSZ pszTitle,     /* the text to put on the title bar */
  3.                 LONG lLeft,       /* startup left position            */
  4.                 LONG lBottom,     /* startup bottom position          */
  5.                 LONG lWidth,      /* startup width of the dialog      */
  6.                 LONG lHeight,     /* startup height of the dialog     */
  7.                 BOOL bMinimized); /* TRUE to start minimized          */
  8.