home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectInput / DIConfig / populate.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-08  |  437 b   |  17 lines

  1. //-----------------------------------------------------------------------------
  2. // File: populate.h
  3. //
  4. // Desc: Implements PopulateAppropriately.
  5. //
  6. // Copyright (C) 1999-2001 Microsoft Corporation. All Rights Reserved.
  7. //-----------------------------------------------------------------------------
  8.  
  9. #ifndef __POPULATE_H__
  10. #define __POPULATE_H__
  11.  
  12.  
  13. HRESULT PopulateAppropriately(CDeviceUI &ui);
  14.  
  15.  
  16. #endif //__POPULATE_H__
  17.