home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / pc / directx2 / sdk / samples / dsshow / dsenum.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-05-28  |  594 b   |  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.