home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 5 / MasteringVisualBasic5.iso / demoshld / demodata.z / DEMOSERV.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-22  |  498 b   |  20 lines

  1. /*
  2. DemoShield Player Server Driver for Windows 95/NT
  3. Copyright (c) 1996, InstallShield Corporation, Inc.
  4. */
  5.  
  6. #ifdef __cplusplus
  7.    extern "C" {
  8. #endif
  9.  
  10. int DemoServerGo( unsigned int SceneOrd, char *SceneName );
  11. int DemoServerClose( );
  12. int DemoServerDestroy( );
  13. int DemoServerLaunch( unsigned int Mode, char *DemoPath );
  14. int DemoServerPlay( unsigned int Mode, unsigned long Position );
  15.  
  16. #ifdef __cplusplus
  17.    }                         // End of 'extern "C"' declaration
  18. #endif
  19.  
  20.