Sign in
goma
/
wine
/
8be11caec406f3bd6465c22ffb969faeb7e0cc31
/
.
/
include
/
urlmon.h
blob: e64ad2cbee2f8d368f69101897e81e7cb242c6ff [
file
]
/*
* urlmon.h
*/
#ifndef
__WINE_URLMON_H
#define
__WINE_URLMON_H
HRESULT WINAPI
CreateURLMoniker
(
IMoniker
*
pmkContext
,
LPWSTR szURL
,
IMoniker
**
ppmk
);
#endif
/* __WINE_URLMON_H */