12 lines
179 B
C
12 lines
179 B
C
|
/*
|
||
|
* urlmon.h
|
||
|
*/
|
||
|
|
||
|
#ifndef __WINE_URLMON_H
|
||
|
#define __WINE_URLMON_H
|
||
|
|
||
|
HRESULT CreateURLMoniker(IMoniker *pmkContext, LPWSTR szURL, IMoniker **ppmk);
|
||
|
|
||
|
#endif /* __WINE_URLMON_H */
|
||
|
|