source:
trunk/src/urlmon/urlmon.h
Last change on this file was 21916, checked in by , 14 years ago | |
---|---|
File size: 190 bytes |
Rev | Line | |
---|---|---|
[3633] | 1 | /* |
2 | * urlmon.h | |
3 | */ | |
4 | ||
5 | #ifndef __WINE_URLMON_H | |
6 | #define __WINE_URLMON_H | |
7 | ||
[21916] | 8 | extern "C" |
[3633] | 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.