home *** CD-ROM | disk | FTP | other *** search
/ NEXT Generation 27 / NEXT27.iso / pc / demos / emperor / dx3.exe / SDK / SAMPLES / DSSHOW / DSENUM.H < prev    next >
C/C++ Source or Header  |  1996-08-28  |  594b  |  26 lines

  1. /*==========================================================================
  2.  *
  3.  *  Copyright (C) 1995-1996 Microsoft Corporation. All Rights Reserved.
  4.  *
  5.  *  File:       dsenum.h        
  6.  *  Content:    Direct Sound Enumeration defines
  7.  *
  8.  *
  9.  ***************************************************************************/
  10.  
  11. #ifndef __DSENUM_INCLUDED__
  12. #define __DSENUM_INCLUDED__
  13.  
  14.  
  15. // Function declarations
  16.  
  17. BOOL DoDSoundEnumerate( LPGUID );
  18.  
  19. BOOL CALLBACK DSEnumProc( LPGUID, LPSTR, LPSTR, LPVOID );
  20. BOOL CALLBACK DSEnumDlgProc( HWND, UINT, WPARAM, LPARAM );
  21.  
  22.  
  23. #endif
  24.  
  25.  
  26.