home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / IShield for Visual C++ 6.0 / DATA1.CAB / Include_Files / SDDIALOG.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-11-20  |  3.4 KB  |  64 lines

  1.  
  2.  /*=======================================================================*/
  3.  /*                                                                       */
  4.  /*           (c) InstallShield Software Corporation (1996-1997)          */
  5.  /*            (c)  InstallShield Corporation  (1990-1996)                */
  6.  /*                       Schaumburg, Illinois 60173                      */
  7.  /*                          All Rights Reserved                          */
  8.  /*                           InstallShield (R)                           */
  9.  /*                                                                       */
  10.  /*   File    : sddialog.h                                                */
  11.  /*                                                                       */
  12.  /*   Purpose : This file contains the declarations necessary for access  */
  13.  /*             to the script based dialogs in InstallShield.             */
  14.  /*             These dialogs provide a set of customizable dialogs       */
  15.  /*             for use in InstallShield.                                 */
  16.  /*                                                                       */
  17.  /*=======================================================================*/
  18.  
  19.  
  20.  //
  21.  // Script dialog global variables
  22.  //
  23.  
  24.  //
  25.  // Supported script dialog functions
  26.  //
  27.  prototype SdRegisterUserEx(STRING, STRING, BYREF STRING, BYREF STRING, BYREF STRING);
  28.  prototype SdRegisterUser(STRING, STRING, BYREF STRING, BYREF STRING);
  29.  prototype SdConfirmRegistration( STRING, STRING, STRING, STRING, NUMBER );
  30.  prototype SdConfirmNewDir(STRING, STRING, NUMBER);
  31.  prototype SdAskDestPath(STRING, STRING, BYREF STRING, NUMBER);
  32.  prototype SdWelcome(STRING, STRING);
  33.  prototype SdShowInfoList(STRING, STRING, LIST);
  34.  prototype SdSelectFolder(STRING, STRING, BYREF STRING);
  35.  prototype SdSetupType(STRING, STRING, BYREF STRING, NUMBER);
  36.  prototype SdSetupTypeEx(STRING, STRING, STRING, BYREF STRING, NUMBER);
  37.  prototype SdShowAnyDialog(STRING, STRING, NUMBER, NUMBER);
  38.  prototype SdDisplayTopics(STRING, STRING, LIST, LIST, NUMBER);
  39.  prototype SdShowMsg(STRING, BOOL);
  40.  prototype SdAskOptionsList(STRING, STRING, STRING, NUMBER );
  41.  prototype SdShowFileMods(STRING, STRING, STRING, STRING, LIST, BYREF NUMBER);
  42.  prototype SdShowDlgEdit1(STRING, STRING, STRING, BYREF STRING);
  43.  prototype SdShowDlgEdit2(STRING, STRING, STRING, STRING, BYREF STRING, BYREF STRING);
  44.  prototype SdShowDlgEdit3(STRING, STRING, STRING, STRING, STRING, BYREF STRING, BYREF STRING, BYREF STRING);
  45.  prototype SdAskOptions(STRING, STRING, STRING, STRING, STRING, NUMBER);
  46.  prototype SdComponentDialogAdv(STRING, STRING, BYREF STRING, STRING);
  47.  prototype SdComponentDialog(STRING, STRING, BYREF STRING, STRING);
  48.  prototype SdComponentDialog2(STRING, STRING, STRING, STRING);
  49.  prototype SdComponentMult(STRING, STRING, STRING, STRING);
  50.  prototype SdBitmap(STRING, STRING, STRING);
  51.  prototype SdOptionsButtons( STRING, STRING, NUMBER, NUMBER );
  52.  prototype SdProductName( STRING );
  53.  prototype SdLicense( STRING, STRING, STRING, STRING );
  54.  prototype SdStartCopy( STRING, STRING, LIST );
  55.  prototype SdFinishReboot( STRING, STRING, NUMBER, STRING, NUMBER );
  56.  prototype SdFinish( STRING, STRING, STRING, STRING, STRING, BYREF NUMBER, BYREF NUMBER );
  57.  
  58.         number  nSdDialog;      // indicates which dialog is in process
  59.  
  60.         // -- internal prototypes declares --
  61. #include "sdrc.h"
  62. #include "sdint.h"
  63.  
  64.