source:
trunk/src/urlmon/urlmon.h@
21916
Last change on this file since 21916 was 21916, checked in by , 14 years ago | |
---|---|
File size: 190 bytes |
Line | |
---|---|
1 | /* |
2 | * urlmon.h |
3 | */ |
4 | |
5 | #ifndef __WINE_URLMON_H |
6 | #define __WINE_URLMON_H |
7 | |
8 | extern "C" |
9 | HRESULT CreateURLMoniker(IMoniker *pmkContext, LPWSTR szURL, IMoniker **ppmk); |
10 | |
11 | #endif /* __WINE_URLMON_H */ |
12 |
Note:
See TracBrowser
for help on using the repository browser.