source:
trunk/src/DPlayX/dpinit.h@
10367
Last change on this file since 10367 was 4317, checked in by , 25 years ago | |
---|---|
File size: 419 bytes |
Line | |
---|---|
1 | // $Id: dpinit.h,v 1.2 2000-09-24 22:47:39 hugh Exp $ |
2 | |
3 | #ifndef __WINE_DPINIT_H |
4 | #define __WINE_DPINIT_H |
5 | |
6 | #include "wtypes.h" |
7 | #include "dplay_global.h" |
8 | |
9 | extern HRESULT DP_CreateInterface( REFIID riid, LPVOID* ppvObj ); |
10 | extern HRESULT DPL_CreateInterface( REFIID riid, LPVOID* ppvObj ); |
11 | extern HRESULT DPSP_CreateInterface( REFIID riid, LPVOID* ppvObj, |
12 | IDirectPlay2Impl* dp ); |
13 | |
14 | #endif |
Note:
See TracBrowser
for help on using the repository browser.