Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
483 B

  1. #ifndef __CDFSUBS_HPP_INCLUDED__
  2. #define __CDFSUBS_HPP_INCLUDED__
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. BOOL CreateCDFCacheEntry(LPSTR szCDFUrl, LPSTR szLocalFileName);
  7. BOOL SubscribeChannel(HWND hwnd, LPSTR szName, LPSTR szURL, BOOL bSilent);
  8. BOOL WINAPI CDFAutoSubscribe(HWND hwnd, LPSTR szFriendlyName, LPSTR szCDFUrl,
  9. LPSTR szCDFFilePath, BOOL bSilent);
  10. HRESULT Ansi2Unicode(const char * src, wchar_t **dest);
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14. #endif