home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / source / devnews / vol2 / sample3 / sty_main.lst < prev    next >
Encoding:
File List  |  1993-12-29  |  5.9 KB  |  60 lines

  1. STY_MAIN.C                                                                                     12/29/93 16:18:09     Page     1
  2.                                       * * * * *   P R O L O G   * * * * *
  3.  
  4.  Compiler . . . . . . . . . . . . : IBM C/C++ Tools V2.0
  5.  Command options:
  6.     Compiler mode . . . . . . . . : C
  7.     Program name. . . . . . . . . : STY_MAIN.C
  8.     Assemble name . . . . . . . . : "sty_main.asm"
  9.     Object name . . . . . . . . . : "sty_main.obj"
  10.     Listing name. . . . . . . . . : sty_main.lst
  11.     Compiler options. . . . . . . : /C+  /Fa+ /Fc- /Fd- /Fi- /Fl- /Fm- /Fo+ /Fw- /Gd- /Ge+ /Gf- /Gh- /Gi- /Gm- /Gn- /Gr+ /Gs-
  12.                                   : /Gt- /Gu- /Gv- /Gw- /J+  /L-  /La- /Lb- /Le- /Lf- /Li- /Lj- /Ls+ /Lx- /Ly- /O-  /Ol- /Om-
  13.                                   : /Op+ /Os- /P-  /Pc- /Pd- /Pe- /Q+  /Sd- /Sh- /Si- /Sm- /Sn- /Sr- /Ss+ /Sv- /Ti- /Tm- /Tx-
  14.                                   : /Xi-
  15.                                   : /Wcls- /Wcmp- /Wcnd- /Wcns- /Wcnv- /Wcpy- /Wdcl- /Weff- /Wenu- /Wext- /Wgen- /Wgnr- /Wgot-
  16.                                   : /Wini- /Wlan- /Wobs- /Word- /Wpar- /Wpor- /Wppc- /Wppt- /Wpro- /Wrea- /Wret- /Wtrd- /Wtru-
  17.                                   : /Wund- /Wuni- /Wuse- /Wvft-
  18.                                   : /Mp  /Rn  /Se  /Sp1  /G3  /W3  /H255  /Lp66  /Sg-  /Sq-  /N  /Oi0  /Su-  /Tl10 
  19.                                   : /DM_I386=1  
  20.                                   : /I  
  21.                                   : /Lt 
  22.                                   : /Lu 
  23.                                   : /B  
  24.                                   : /V  
  25. STY_MAIN.C                                                                                     12/29/93 16:18:09     Page     2
  26.                                           * * * * *   S O U R C E   * * * * *
  27.  
  28.  LINE  STMT                                                                                                       SEQNBR INCNO
  29.              *...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8....+....9.......*
  30.     1       |/*************************************************************************                        |      1           
  31.     2       |*                                                                                                 |      2           
  32.     3       |*  File Name   : Sty_main.c                                                                       |      3           
  33.     4       |*                                                                                                 |      4           
  34.     5       |*  Description : This PM sample application demonstates the                                       |      5           
  35.     6       |*                standard menus, dialogs, and controls found                                      |      6           
  36.     7       |*                in most PM applications.                                                         |      7           
  37.     8       |*                                                                                                 |      8           
  38.     9       |*  Concepts    : PM window creation                                                               |      9           
  39.    10       |*                Menu Creation                                                                    |     10           
  40.    11       |*                Dialog box creation                                                              |     11           
  41.    12       |*                Presentation parameters                                                          |     12           
  42.    13       |*                Initizalition and display of PM controls                                         |     13           
  43.    14       |*                Help creation and initialization                                                 |     14           
  44.    15       |*                                                                                                 |     15           
  45.    16       |*  API's       :                                                                                  |     16           
  46.    17       |*  -------------                                                                                  |     17           
  47.    18       |*  DosAllocMem              WinFontDlg             WinCreateStdWindow                             |     18           
  48.    19       |*  DosBeep                  WinGetMsg              WinCreateWindow                                |     19           
  49.    20       |*  DosClose                 WinGetPs               WinDefDlgProc                                  |     20           
  50.    21       |*  DosExit                  WinInitialize          WinDefDlgProc                                  |     21           
  51.    22       |*  DosExitList              WinIsWindow            WinDefWindowProc                               |     22           
  52.    23       |*  DosFreeMem               WinLoadMenu            WinDestroyHelpINstance                         |     23           
  53.    24       |*  DosOpen                  WinLoadString          WinDestroyWIndow                               |     24           
  54.    25       |*  DosRead                  WinMapWIndowPoints     WinDismissDlg                                  |     25           
  55.    26       |*  DosWrite                 WinMessageBox          WinDispatchMsg                                 |     26           
  56.    27       |*  GpiCreateLogFont         WinOpenClipbrd         WinDlgBox                                      |     27           
  57.    28       |*  GpiDeleteSetID           WinPopupMenu           WinEndPaint                                    |     28           
  58.    29       |*  GpiQueryFontMetrics      WinPostMsg             WinSendMsg                                     |     29           
  59.    30       |*  GpiQueryFonts            WinQueryClipbrdFmtInfo WinSetDlgItemText                              |     30           
  60.