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

#ifndef __CDFSUBS_HPP_INCLUDED__
#define __CDFSUBS_HPP_INCLUDED__
#ifdef __cplusplus
extern "C" {
#endif
BOOL CreateCDFCacheEntry(LPSTR szCDFUrl, LPSTR szLocalFileName);
BOOL SubscribeChannel(HWND hwnd, LPSTR szName, LPSTR szURL, BOOL bSilent);
BOOL WINAPI CDFAutoSubscribe(HWND hwnd, LPSTR szFriendlyName, LPSTR szCDFUrl,
LPSTR szCDFFilePath, BOOL bSilent);
HRESULT Ansi2Unicode(const char * src, wchar_t **dest);
#ifdef __cplusplus
}
#endif
#endif