home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / mac / SiteBldr / AMOVIE / SDK / _SETUP / COMMON.Z / cplay.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-26  |  710 b   |  28 lines

  1. //==========================================================================;
  2. //
  3. //  THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  4. //  KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  5. //  IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  6. //  PURPOSE.
  7. //
  8. //  Copyright (c) 1992 - 1996  Microsoft Corporation.  All Rights Reserved.
  9. //
  10. //--------------------------------------------------------------------------;
  11.  
  12. // player.h
  13. #define APP_NAME "Player"
  14.  
  15.  
  16. typedef struct {
  17.     char szAppName[ 32 ];
  18.     HANDLE hInstance;
  19.     HWND hwndMainFrame;
  20.  
  21.  
  22.     BOOL bFatalError;
  23.  
  24.  
  25. } AppVars;
  26.  
  27. void PlayerMessageBox( UINT nResource );
  28.