home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / directx / override / readme.txt < prev    next >
Text File  |  1997-07-14  |  1KB  |  28 lines

  1. OVERRIDE.EXE
  2. ------------
  3.  
  4. Sample application to demonstrate how to override the DirectPlay service
  5. provider dialogs.
  6.  
  7. Note: MSVC may include older versions of the DirectX header files and
  8. libraries.  This sample requires DirectX 5.  In order to avoid compile
  9. errors, make sure the path to the DirectX 5 header files and libraries are
  10. listed BEFORE the MSVC header files and libraries through the
  11. Tools -> Options -> Directories menu.
  12.  
  13. Once the user has selected which service provider to use, the application
  14. displays a custom dialog to collect the information needed for that service
  15. provider.
  16.  
  17. If the user selected an unknown service provider, then the dialog (if any)
  18. cannot be overidden and the application must prepare for a dialog to be
  19. displayed.
  20.  
  21. Once the information has been collected from the user, it must be formatted
  22. into a DirectPlay Address which can be used to initialize the service
  23. provider.
  24.  
  25. EnumSessions must be called with the DPENUMSESSIONS_RETURNSTATUS flag and
  26. Open must be called with the DPOPEN_RETURNSTATUS flag to supress any status
  27. dialogs that may pop up to show to progress of the connection.
  28.