1 #ifndef __WINE_OLEAUT32_OLE2DISP_H
2 #define __WINE_OLEAUT32_OLE2DISP_H
5 #include "wine/windef16.h"
7 BSTR16 WINAPI SysAllocString16(LPCOLESTR16);
8 BSTR16 WINAPI SysAllocStringLen16(const char*, int);
9 VOID WINAPI SysFreeString16(BSTR16);
10 INT16 WINAPI SysReAllocString16(LPBSTR16,LPCOLESTR16);
11 int WINAPI SysReAllocStringLen16(BSTR16*, const char*, int);
12 int WINAPI SysStringLen16(BSTR16);
14 #endif /* !defined(__WINE_OLEAUT32_OLE2DISP_H) */