Implemented _ultow() and export [Nt/Zw]QueryVolumeInformationFile().
[wine] / dlls / dplayx / dpinit.h
1
2 #ifndef __WINE_DPINIT_H
3 #define __WINE_DPINIT_H
4
5 #include "wtypes.h"
6 #include "dplay_global.h"
7
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 );
12
13 #endif