Merged urlmon.dll and wininet.dll from the Corel tree (implementation
[wine.git] / include / urlmon.h
blob31e51c9bfb5e5f61875f20e81b3000c52899c061
1 /*
2 * urlmon.h
3 */
5 #ifndef __WINE_URLMON_H
6 #define __WINE_URLMON_H
8 HRESULT CreateURLMoniker(IMoniker *pmkContext, LPWSTR szURL, IMoniker **ppmk);
10 #endif /* __WINE_URLMON_H */