Sign in
goma
/
wine
/
caf5f89bcbf45f383ea2562cec3527a5f0f58bbf
/
.
/
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 */