viewerp.h
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:

系统编程

开发平台:

Visual C++

  1. #ifndef _INC_CSCVIEW_VIEWERP_H
  2. #define _INC_CSCVIEW_VIEWERP_H
  3. #ifndef _WINDOWS_
  4. #   include <windows.h>
  5. #endif
  6. void SetDebugParams(void);
  7. void LoadModuleHandle(void);
  8. #ifdef UNICODE
  9. #   define CSCViewCacheInternal        CSCViewCacheInternalW
  10. #   define CSCViewShareSummaryInternal CSCViewShareSummaryInternalW
  11. #else
  12. #   define CSCViewCacheInternal        CSCViewCacheInternalA
  13. #   define CSCViewShareSummaryInternal CSCViewShareSummaryInternalA
  14. #endif
  15. INT
  16. CSCViewCacheInternalW(
  17.     INT iInitialView,
  18.     LPCWSTR pszInitialShareW,
  19.     bool bWait);
  20. INT
  21. CSCViewCacheInternalA(
  22.     INT iInitialView,
  23.     LPCSTR pszInitialShareA,
  24.     bool bWait);
  25. INT CSCViewCacheInternalNSE(
  26.     void);
  27. VOID
  28. CSCViewShareSummaryInternalW(
  29.     LPCWSTR pszShareW,
  30.     HWND hwndParent,
  31.     BOOL bModal);
  32. VOID
  33. CSCViewShareSummaryInternalA(
  34.     LPCSTR pszShareA,
  35.     HWND hwndParent,
  36.     BOOL bModal);
  37. VOID
  38. CSCViewOptionsInternal(
  39.     HWND hwndParent,
  40.     BOOL bModal);
  41. #endif // _INC_CSCVIEW_VIEWERP_H