home *** CD-ROM | disk | FTP | other *** search
- /*
- DemoShield Player Server Driver for Windows 95/NT
- Copyright (c) 1996, InstallShield Corporation, Inc.
- */
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- int DemoServerGo( unsigned int SceneOrd, char *SceneName );
- int DemoServerClose( );
- int DemoServerDestroy( );
- int DemoServerLaunch( unsigned int Mode, char *DemoPath );
- int DemoServerPlay( unsigned int Mode, unsigned long Position );
-
- #ifdef __cplusplus
- } // End of 'extern "C"' declaration
- #endif
-