home *** CD-ROM | disk | FTP | other *** search
/ Beginning Direct3D Game Programming / Direct3D.iso / directx / dxf / samples / multimedia / directinput / diconfig / privcom.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-22  |  394 b   |  14 lines

  1. #ifndef __PRIVCOM_H__
  2. #define __PRIVCOM_H__
  3.  
  4.  
  5. HRESULT
  6. PrivCreateInstance(REFCLSID ptszClsid, LPUNKNOWN punkOuter, DWORD dwClsContext, 
  7.                    REFIID riid, LPVOID *ppvOut, HINSTANCE *phinst);
  8.  
  9. HRESULT
  10. PrivGetClassObject(REFCLSID ptszClsid, DWORD dwClsContext, LPVOID pReserved,
  11.                    REFIID riid, LPVOID *ppvOut, HINSTANCE *phinst);
  12.  
  13.  
  14. #endif //__PRIVCOM_H__