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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2001-10-08
|
437 b
|
17 lines
//-----------------------------------------------------------------------------
// File: populate.h
//
// Desc: Implements PopulateAppropriately.
//
// Copyright (C) 1999-2001 Microsoft Corporation. All Rights Reserved.
//-----------------------------------------------------------------------------
#ifndef __POPULATE_H__
#define __POPULATE_H__
HRESULT PopulateAppropriately(CDeviceUI &ui);
#endif //__POPULATE_H__