home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-12-14 | 645 b | 27 lines | [TEXT/CWIE] |
- //
- // urlmonsupport.h
- //
- // Copyright (C) Microsoft Corporation, 1996
- //
- // Header file for the URL Moniker support functions
- //
-
- #include <Threads.h>
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- STDAPI CreateFormatEnumerator(UINT cfmtetc, LPFORMATETC rgfmtetc,
- LPENUMFORMATETC *ppenumfmtetc);
- STDAPI RegisterFormatEnumerator(LPBINDCTX pbc, LPENUMFORMATETC
- pEFetc, DWORD dwReserved);
- STDAPI CreateBindCtx(DWORD dwReserved, LPBINDCTX *ppbc);
-
- STDAPI_(unsigned long) RegisterMimeFormat(LPOLESTR szFormat);
- STDAPI_(int) GetMimeFormatName(unsigned long atom, LPOLESTR szFormat, int MaxCount);
- #ifdef __cplusplus
- } /* end extern "C" */
- #endif
-
-