home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Game Programming for Teens / VBGPFT.cdr / DirectX8 / dx8a_sdk.exe / samples / multimedia / misc / dxinstall / dxinstall.h < prev    next >
Encoding:
Text File  |  2000-11-04  |  1.0 KB  |  32 lines

  1. //-----------------------------------------------------------------------------
  2. // File: DXInstall.h
  3. //
  4. // Desc: Header file for example code showing how to use DirectXSetup.
  5. //
  6. // Copyright (c) 1998-2000 Microsoft Corporation. All rights reserved.
  7. //-----------------------------------------------------------------------------
  8.  
  9.  
  10.  
  11.  
  12. //-----------------------------------------------------------------------------
  13. // Function prototypes
  14. //-----------------------------------------------------------------------------
  15. VOID    SetButtons( HWND hDlg, DWORD wMsgType );
  16. DLGPROC DlgProc( HWND hDlg, UINT msg, WPARAM wParam, LPARAM lParam );
  17. BOOL    DirectXInstall( HWND hWnd );
  18. VOID    DirectXGetVersion();
  19.  
  20.  
  21.  
  22.  
  23. //-----------------------------------------------------------------------------
  24. // Defines, constants, and global variables
  25. //-----------------------------------------------------------------------------
  26. #define DSETUP_REINSTALL    0x00000080
  27.  
  28. #define SHOW_ALL        1
  29. #define SHOW_UPGRADES    2
  30. #define SHOW_PROBLEMS    3
  31. #define SHOW_NONE        4
  32.