home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows Game Programming for Dummies (2nd Edition)
/
WinGamProgFD.iso
/
pc
/
DirectX SDK
/
DXSDK
/
samples
/
Multimedia
/
DirectInput
/
DIConfig
/
privcom.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
|
394 b
|
14 lines
#ifndef __PRIVCOM_H__
#define __PRIVCOM_H__
HRESULT
PrivCreateInstance(REFCLSID ptszClsid, LPUNKNOWN punkOuter, DWORD dwClsContext,
REFIID riid, LPVOID *ppvOut, HINSTANCE *phinst);
HRESULT
PrivGetClassObject(REFCLSID ptszClsid, DWORD dwClsContext, LPVOID pReserved,
REFIID riid, LPVOID *ppvOut, HINSTANCE *phinst);
#endif //__PRIVCOM_H__