viewerp.h
资源名称:shell.rar [点击查看]
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:
系统编程
开发平台:
Visual C++
- #ifndef _INC_CSCVIEW_VIEWERP_H
- #define _INC_CSCVIEW_VIEWERP_H
- #ifndef _WINDOWS_
- # include <windows.h>
- #endif
- void SetDebugParams(void);
- void LoadModuleHandle(void);
- #ifdef UNICODE
- # define CSCViewCacheInternal CSCViewCacheInternalW
- # define CSCViewShareSummaryInternal CSCViewShareSummaryInternalW
- #else
- # define CSCViewCacheInternal CSCViewCacheInternalA
- # define CSCViewShareSummaryInternal CSCViewShareSummaryInternalA
- #endif
- INT
- CSCViewCacheInternalW(
- INT iInitialView,
- LPCWSTR pszInitialShareW,
- bool bWait);
- INT
- CSCViewCacheInternalA(
- INT iInitialView,
- LPCSTR pszInitialShareA,
- bool bWait);
- INT CSCViewCacheInternalNSE(
- void);
- VOID
- CSCViewShareSummaryInternalW(
- LPCWSTR pszShareW,
- HWND hwndParent,
- BOOL bModal);
- VOID
- CSCViewShareSummaryInternalA(
- LPCSTR pszShareA,
- HWND hwndParent,
- BOOL bModal);
- VOID
- CSCViewOptionsInternal(
- HWND hwndParent,
- BOOL bModal);
- #endif // _INC_CSCVIEW_VIEWERP_H
English
