MSWD6_32.H
上传用户:aakk678
上传日期:2022-07-09
资源大小:406k
文件大小:1k
源码类别:

界面编程

开发平台:

Visual C++

  1. // This is a part of the Microsoft Foundation Classes C++ library.
  2. // Copyright (C) 1992-1997 Microsoft Corporation
  3. // All rights reserved.
  4. //
  5. // This source code is only intended as a supplement to the
  6. // Microsoft Foundation Classes Reference and related
  7. // electronic documentation provided with the library.
  8. // See these sources for detailed information regarding the
  9. // Microsoft Foundation Classes product.
  10. #ifndef MSWD6_32_H
  11. #define MSWD6_32_H
  12. typedef unsigned long (pascal *PFN_RTF_CALLBACK)(int, int);
  13. extern "C" int pascal InitConverter32(HANDLE, char *);
  14. extern "C" HANDLE pascal RegisterApp32(unsigned long, void *);
  15. extern "C" int pascal IsFormatCorrect32(HANDLE, HANDLE);
  16. extern "C" int pascal ForeignToRtf32(HANDLE, void *, HANDLE, HANDLE, HANDLE, PFN_RTF_CALLBACK);
  17. extern "C" int pascal RtfToForeign32(HANDLE, LPSTORAGE, HANDLE, HANDLE, PFN_RTF_CALLBACK);
  18. #endif