repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use "CALL" and "RET" in capital letters for distinction.
[wine.git]
/
include
/
urlmon.h
blob
31e51c9bfb5e5f61875f20e81b3000c52899c061
1
/*
2
* urlmon.h
3
*/
4
5
#ifndef __WINE_URLMON_H
6
#define __WINE_URLMON_H
7
8
HRESULT
CreateURLMoniker
(
IMoniker
*
pmkContext
,
LPWSTR szURL
,
IMoniker
**
ppmk
);
9
10
#endif
/* __WINE_URLMON_H */
11