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