extricon.h
资源名称:shell.rar [点击查看]
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:
系统编程
开发平台:
Visual C++
- /*
- * extricon.h - IExtractIcon implementation description.
- */
- #ifdef __cplusplus
- extern "C" { /* Assume C declarations for C++. */
- #endif /* __cplusplus */
- /* Global Constants
- *******************/
- /* extricon.cpp */
- extern const char g_cszURLProtocolHandlersKey[];
- extern const char g_cszURLDefaultIconKey[];
- extern const HKEY g_hkeyURLSettings;
- /* Prototypes
- *************/
- /* extricon.cpp */
- extern int StringToInt(PCSTR pcsz);
- extern BOOL IsWhiteSpace(char ch);
- extern BOOL AnyMeat(PCSTR pcsz);
- extern HRESULT CopyURLProtocol(PCSTR pcszURL, PSTR *ppszProtocol);
- extern HRESULT CopyURLSuffix(PCSTR pcszURL, PSTR *ppszSuffix);
- extern HRESULT GetProtocolKey(PCSTR pcszProtocol, PCSTR pcszSubKey, PSTR *pszKey);
- extern HRESULT GetURLKey(PCSTR pcszURL, PCSTR pcszSubKey, PSTR *pszKey);
- #ifdef __cplusplus
- } /* End of extern "C" {. */
- #endif /* __cplusplus */
English
