2 #ifndef __WINE_DPINIT_H
3 #define __WINE_DPINIT_H
6 #include "dplay_global.h"
8 extern HRESULT DP_CreateInterface( REFIID riid, LPVOID* ppvObj );
9 extern HRESULT DPL_CreateInterface( REFIID riid, LPVOID* ppvObj );
10 extern HRESULT DPSP_CreateInterface( REFIID riid, LPVOID* ppvObj,
11 IDirectPlay2Impl* dp );