dataobj.hpp
资源名称:shell.rar [点击查看]
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:
系统编程
开发平台:
Visual C++
- /*
- * dataobj.hpp - IDataObject implementation description.
- */
- #ifdef __cplusplus
- extern "C" { /* Assume C declarations for C++. */
- #endif /* __cplusplus */
- /* Prototypes
- *************/
- // dataobj.cpp
- #define InitDataObjectModule() RegisterClipboardFormats()
- extern BOOL RegisterClipboardFormats(void);
- extern void ExitDataObjectModule(void);
- /* Global Variables
- *******************/
- // dataobj.cpp
- extern UINT g_cfURL;
- extern UINT g_cfFileGroupDescriptor;
- extern UINT g_cfFileContents;
- #ifdef __cplusplus
- } /* End of extern "C" {. */
- #endif /* __cplusplus */
English
