Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
381 B

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