source:
trunk/src/urlmon/urlmon.h@
10367
Last change on this file since 10367 was 3633, checked in by , 25 years ago | |
---|---|
File size: 179 bytes |
Line | |
---|---|
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 |
Note:
See TracBrowser
for help on using the repository browser.