cdfsubs.hpp
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 0k
Category:

Windows Kernel

Development Platform:

Visual C++

  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